Interface PcodeDebuggerAccess

All Superinterfaces:
PcodeTraceAccess

public interface PcodeDebuggerAccess extends PcodeTraceAccess
A trace-and-debugger access shim

In addition to the trace "coordinates" encapsulated by PcodeTraceAccess, this encapsulates the tool controlling a session and the session's target. This permits p-code executor/emulator states to access target data and to access session data, e.g., data from mapped static images. It supports the same method chain pattern as PcodeTraceAccess.