Method

IdeDebuggerget_thread_groups

Declaration

GListModel*
ide_debugger_get_thread_groups (
  IdeDebugger* self
)

Description

Gets the thread groups that have been registered by the debugger.

The resulting GListModel accuracy is based on the IdeDebugger implementation emitting varous thread-group modification signals correctly.

Return value

Type: A list model of GObject

A GListModel of IdeDebuggerThreadGroup.

The data is owned by the instance.