Package ghidra.trace.model.memory
Interface TraceMemory
- All Superinterfaces:
TraceObjectInterface
- All Known Implementing Classes:
DBTraceObjectMemory
The memory model of a target object
The convention for modeling valid addresses is to have children supporting
TraceMemoryRegion. If no such children exist, then the client should assume no address is
valid. Thus, for the client to confidently access any memory, at least one child region must
exist. It may present the memory's entire address space in a single region.
-
Field Summary
Fields inherited from interface ghidra.trace.model.target.iface.TraceObjectInterface
KEY_COMMENT, KEY_DISPLAY, KEY_KIND, KEY_MODIFIED, KEY_ORDER, KEY_SHORT_DISPLAY, KEY_TYPE, KEY_VALUE -
Method Summary
Methods inherited from interface ghidra.trace.model.target.iface.TraceObjectInterface
getObject