Package ghidra.app.services
Interface DebuggerControlService
public interface DebuggerControlService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateStateEditor(DebuggerCoordinates coordinates) createStateEditor(Trace trace) Create a state editor whose coordinates follow the trace manager for the given tracegetCurrentMode(Trace trace) voidvoidsetCurrentMode(Trace trace, ControlMode mode)
-
Method Details
-
getCurrentMode
-
setCurrentMode
-
addModeChangeListener
-
removeModeChangeListener
-
createStateEditor
-
createStateEditor
Create a state editor whose coordinates follow the trace manager for the given trace- Parameters:
trace- the trace to follow- Returns:
- the editor
-
createStateEditor
-