| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SDWP
Squawk VM extensions to the Java Debug Wire Protocol.
| Field Summary | |
|---|---|
| static int | SquawkVM_AllThreads_COMMANDAllThreads Command (3) | 
| static int | SquawkVM_COMMAND_SETSquawkVM Command Set (128) | 
| static int | SquawkVM_SteppingInfo_COMMANDSteppingInfo Command (2) | 
| static int | SquawkVM_ThreadStateChanged_COMMANDThreadStateChanged Command (4) | 
| Field Detail | 
|---|
static final int SquawkVM_COMMAND_SET
The value of the SDWP command family. Value is
static final int SquawkVM_SteppingInfo_COMMAND
Sent by debug client when it needs to know the valid stepping ranges.
| referenceTypeID | typeID | Class of method in which thread to be stepped in currently paused. | ||||
| methodID | method | Method in which thread to be stepped in currently paused. | ||||
| long | bci | Bytecode index of instruction in method. | ||||
| long | targetBCI | The offset of the next instruction that starts a new source line or -1. | ||||
| long | dupBCI | The offset of another instruction apart from the current instruction that returns control flow to current source line or -1. | ||||
| long | afterDupBCI | The offset of the first instruction after dupBCI that is on a new source line or -1. | ||||
static final int SquawkVM_AllThreads_COMMAND
Gets information on all the threads in the VM.
| int | threads | Number of threads: | ||||
| Repeated threads times: | ||||||
| referenceTypeID | thread | A thread. | ||||
| int | status | Thread's JDWP.Status value. | ||||
| boolean | suspendCount | The thread's suspension count. | ||||
| string | name | Thread's name. | ||||
static final int SquawkVM_ThreadStateChanged_COMMAND
Sent by VM when the debug state of one or more threads changes as the result of a debugger suspend/resume request or a thread starts/dies.
| int | threads | Number of threads: | ||||
| Repeated threads times: | ||||||
| referenceTypeID | thread | A thread. | ||||
| int | status | Thread's JDWP.Status value. | ||||
| boolean | suspendCount | The thread's suspension count. | ||||
| string | name | Thread's name. | ||||
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||