| Top |
| gint | ide_debugger_library_compare () |
| IdeDebuggerLibrary * | ide_debugger_library_new () |
| const gchar * | ide_debugger_library_get_id () |
| GPtrArray * | ide_debugger_library_get_ranges () |
| void | ide_debugger_library_add_range () |
| const gchar * | ide_debugger_library_get_host_name () |
| void | ide_debugger_library_set_host_name () |
| const gchar * | ide_debugger_library_get_target_name () |
| void | ide_debugger_library_set_target_name () |
| #define | IDE_TYPE_DEBUGGER_LIBRARY |
| struct | IdeDebuggerLibraryClass |
| IdeDebuggerLibrary |
gint ide_debugger_library_compare (IdeDebuggerLibrary *a,IdeDebuggerLibrary *b);
const gchar *
ide_debugger_library_get_id (IdeDebuggerLibrary *self);
GPtrArray *
ide_debugger_library_get_ranges (IdeDebuggerLibrary *self);
Gets the list of address ranges for the library.
a GPtrArray containing the list of address ranges.
[transfer none][element-type Ide.DebuggerAddressRange]
void ide_debugger_library_add_range (IdeDebuggerLibrary *self,const IdeDebuggerAddressRange *range);
Adds range
to the list of ranges for which the library is mapped in
the inferior's address space.
const gchar *
ide_debugger_library_get_host_name (IdeDebuggerLibrary *self);
void ide_debugger_library_set_host_name (IdeDebuggerLibrary *self,const gchar *host_name);
const gchar *
ide_debugger_library_get_target_name (IdeDebuggerLibrary *self);
void ide_debugger_library_set_target_name (IdeDebuggerLibrary *self,const gchar *target_name);
“host-name” property“host-name” gchar *
The host name for the library.
Flags: Read / Write
Default value: NULL
“id” property“id” gchar *
The identifier for library.
Flags: Read / Write / Construct Only
Default value: NULL
“target-name” property“target-name” gchar *
The target name for the library.
Flags: Read / Write
Default value: NULL