public class GetThreadFramesCommand extends Command<ProgramThread,java.util.List<GetThreadFramesCommand.Frame>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetThreadFramesCommand.Frame
simple struct class containing frame definition
|
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Modifier | Constructor and Description |
|---|---|
protected |
GetThreadFramesCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GetThreadFramesCommand.Frame> |
frames(ProgramThread thread)
command shortcut
|
protected java.util.List<GetThreadFramesCommand.Frame> |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
protected void |
write(ProgramThread thread, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringprotected GetThreadFramesCommand(ALSBDebugger debugger)
public static java.util.List<GetThreadFramesCommand.Frame> frames(ProgramThread thread)
protected void write(ProgramThread thread, PacketOutputStream stream) throws java.io.IOException
write in class Command<ProgramThread,java.util.List<GetThreadFramesCommand.Frame>>java.io.IOExceptionprotected java.util.List<GetThreadFramesCommand.Frame> read(PacketInputStream stream) throws java.io.IOException
read in class Command<ProgramThread,java.util.List<GetThreadFramesCommand.Frame>>java.io.IOException