Foundry.DebuggerMappedRegion¶
- 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.DebuggerMappedRegion(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for representing mapped memory regions in the debugger.
Foundry.DebuggerMappedRegionprovides the core interface for representing mapped memory regions during debugging sessions. It includes address information, access modes, and provides a unified interface for memory region inspection and management across different debugging backends.
Property Details¶
- Foundry.DebuggerMappedRegion.props.begin_address¶
- Foundry.DebuggerMappedRegion.props.end_address¶
- Foundry.DebuggerMappedRegion.props.offset¶
-
The offset within
pathwhere the mapping originates.New in version 1.1.