Class

IdeDebuggerLibrary

Description

class Ide.DebuggerLibrary : GObject.Object {
  parent_instance: GObject
}
No description available.

Hierarchy

hierarchy this IdeDebuggerLibrary ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Constructors

ide_debugger_library_new
No description available.

Instance methods

ide_debugger_library_add_range

Adds range to the list of ranges for which the library is mapped in the inferior’s address space.

Available since: 3.32

ide_debugger_library_compare
No description available.
ide_debugger_library_get_host_name
No description available.
ide_debugger_library_get_id
No description available.
ide_debugger_library_get_ranges

Gets the list of address ranges for the library.

Available since: 3.32

ide_debugger_library_get_target_name
No description available.
ide_debugger_library_set_host_name
No description available.
ide_debugger_library_set_target_name
No description available.

Properties

Ide.DebuggerLibrary:host-name
No description available.
Ide.DebuggerLibrary:id
No description available.
Ide.DebuggerLibrary:target-name
No description available.

Class structure

struct IdeDebuggerLibraryClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.