Virtual Method

IdeDebuggerlist_registers_async

Declaration

void
list_registers_async (
  IdeDebugger* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description

Requests the list of registers and their values.

Available since:3.32

Parameters

cancellable GCancellable*
 

A GCancellable or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

A callback to call once the operation has finished.

user_data gpointer
 

User data for callback.