Interface TraceCodeSpace

All Superinterfaces:
TraceCodeOperations
All Known Implementing Classes:
DBTraceCodeSpace

public interface TraceCodeSpace extends TraceCodeOperations
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 Details

    • getAddressSpace

      AddressSpace getAddressSpace()
      Get the address space of this code space
      Returns:
      the address space