| Top |
IdeDebuggerInstruction *
ide_debugger_instruction_new (IdeDebuggerAddress address);
IdeDebuggerAddress
ide_debugger_instruction_get_address (IdeDebuggerInstruction *self);
const gchar *
ide_debugger_instruction_get_function (IdeDebuggerInstruction *self);
void ide_debugger_instruction_set_function (IdeDebuggerInstruction *self,const gchar *function);
const gchar *
ide_debugger_instruction_get_display (IdeDebuggerInstruction *self);
void ide_debugger_instruction_set_display (IdeDebuggerInstruction *self,const gchar *display);
#define IDE_TYPE_DEBUGGER_INSTRUCTION (ide_debugger_instruction_get_type())
struct IdeDebuggerInstructionClass {
GObjectClass parent_class;
};
“address” property“address” guint64
The address of the instruction.
Flags: Read / Write / Construct Only
Default value: 0