Method
IdeDebuggerinterrupt_async
Declaration
void
ide_debugger_interrupt_async (
IdeDebugger* self,
IdeDebuggerThreadGroup* thread_group,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Asynchronously requests that the debugger interrupts execution of a thread group. Thread groups are a collection of threads that are executed or stopped together and on gdb on Linux, this is the default for all threads in the process.
Parameters
thread_group-
Type:
IdeDebuggerThreadGroupAn
IdeDebuggerThreadGroup.The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback to execute upon completion.
The argument can be NULL. user_data-
Type:
gpointerClosure data for
callback.The argument can be NULL.The data is owned by the caller of the method.