| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VMThread | |
|---|---|
| com.sun.squawk | Provides classes for low level interactions with the Squawk VM. | 
| com.sun.squawk.debugger.sda | The classes that implement the Squawk VM side of the SDWP. | 
| Uses of VMThread in com.sun.squawk | 
|---|
| Fields in com.sun.squawk declared as VMThread | |
|---|---|
| protected  VMThread | DebuggerSupport.StackInspector.vmThreadThe thread whose call stack is being inspected. | 
| Methods in com.sun.squawk that return VMThread | |
|---|---|
| static VMThread | VMThread.asVMThread(Thread thread) | 
| static VMThread | VMThread.currentThread()Returns a reference to the currently executing thread object. | 
| Methods in com.sun.squawk with parameters of type VMThread | |
|---|---|
| static int | DebuggerSupport.countStackFrames(VMThread vmThread,
                 ExecutionPoint from)Count the number of frames on the stack, while threadis temporarily suspended. | 
| static ExecutionPoint | DebuggerSupport.getThreadCurrentExecutionPoint(VMThread thread)Get execution state of non-running thread. | 
| static int | DebuggerSupport.getThreadJDWPState(VMThread vmThread)Return the JDWP.ThreadStatus value for the given thread's internal state. | 
| static boolean | DebuggerSupport.isAtExceptionBreakpoint(VMThread vmThread)Determines if the current hit breakpoint (if any) is an exception breakpoint. | 
| static void | VM.outPrintThread(VMThread thr)Print thread name as safely as possible, to System.err, or VM.print if that fails. | 
| static void | VM.printThread(VMThread thr)Print thread name as safely as possible. | 
| Constructors in com.sun.squawk with parameters of type VMThread | |
|---|---|
| DebuggerSupport.SlotSetter(VMThread thread)Constructor. | |
| DebuggerSupport.StackInspector(VMThread thread,
                               boolean doSlots)Constructor. | |
| Uses of VMThread in com.sun.squawk.debugger.sda | 
|---|
| Methods in com.sun.squawk.debugger.sda that return VMThread | |
|---|---|
|  VMThread | ObjectManager.getThreadForID(DataType.ObjectID objectID) | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||