Method
IdeDebuggerdisassemble_async
Declaration
void
ide_debugger_disassemble_async (
IdeDebugger* self,
const IdeDebuggerAddressRange* range,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Disassembles the address range requested.
This method completes asynchronously. Use ide_debugger_disassemble_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
range
-
Type:
IdeDebuggerAddressRange
An
IdeDebuggerAddressRange
to disassemble.The data is owned by the caller of the method. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to call once the operation has finished.
The argument can be NULL
. user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.