Foundry.DebuggerModule¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.DebuggerModule(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for representing modules in the debugger.
Foundry.DebuggerModuleprovides the core interface for representing loaded modules during debugging sessions. It includes module identification, path information, and provides a unified interface for module inspection and management across different debugging backends.- list_address_space()¶
- Returns:
a [iface`Gio`.ListModel] of [class`Foundry`.DebuggerMappedRegion]
- Return type:
- do_list_address_space() virtual¶
- Returns:
a [iface`Gio`.ListModel] of [class`Foundry`.DebuggerMappedRegion]
- Return type:
Property Details¶
- Foundry.DebuggerModule.props.address_space¶
- Name:
address-space- Type:
- Default Value:
- Flags:
- Foundry.DebuggerModule.props.host_path¶
- Foundry.DebuggerModule.props.name¶
-
New in version 1.1.