Package ghidra.trace.model.listing
Interface TraceCodeSpace
- All Superinterfaces:
TraceCodeOperations
- All Known Implementing Classes:
DBTraceCodeSpace
A space within a
CodeManager bound to a specific address space or thread and frame
Ordinarily, the manager can operate on all memory address spaces without the client needing to bind to it specifically. However, there may be occasions where it's convenient (and more efficient) to bind to the address space, anyway. Operating on register units requires binding to the space.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the address space of this code spaceMethods inherited from interface ghidra.trace.model.listing.TraceCodeOperations
codeUnits, data, definedData, definedUnits, instructions, undefinedData
-
Method Details
-
getAddressSpace
AddressSpace getAddressSpace()Get the address space of this code space- Returns:
- the address space
-