Interface TraceMemory

All Superinterfaces:
TraceObjectInterface
All Known Implementing Classes:
DBTraceObjectMemory

public interface TraceMemory extends TraceObjectInterface
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.