public class StateManager extends ALSBDebuggerObject
Constructor and Description |
---|
StateManager(ALSBDebugger debugger)
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
close()
closes this manager
|
void |
resume(ProgramThread thread)
callback to resume the given thread
|
ProgramThread |
thread(ProgramThreadHandle handle)
returns the thread for the given key
|
java.util.List<IProgramThread> |
threads()
returns the list of threads (running and suspended ones)
|
debugger, equals, hashCode, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toString
public StateManager(ALSBDebugger debugger)
public java.util.List<IProgramThread> threads()
public void close()
public void resume(ProgramThread thread)
public ProgramThread thread(ProgramThreadHandle handle)