|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jde.debugger.command.DebugCommand
|
+--jde.debugger.command.DebugProcessCommand
|
+--jde.debugger.command.GetThreads
List all threads. 'get_threads' command.
Syntax:
get_threadsReturns:
(jde-dbo-command-result cmd_id thread-info)
Comments:
| Fields inherited from class jde.debugger.command.DebugProcessCommand |
m_debugger |
| Constructor Summary | |
GetThreads()
|
|
| Method Summary | |
java.lang.Object |
clone()
|
void |
doCommand()
Returns a representation of all the threads and threadgroups in the VM. |
| Methods inherited from class jde.debugger.command.DebugProcessCommand |
getDebugger, init, setDebugger |
| Methods inherited from class jde.debugger.command.DebugCommand |
equals, getID, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GetThreads()
| Method Detail |
public void doCommand()
throws JDEException
ThreadGroup-1
+- ThreadGroup-2
| +- ThreadGroup-3
| | \- Thread-1
| +- ThreadGroup-4
| | +- Thread-2
| | \- Thread-3
| \- Thread-4
\- Thread-5
ThreadGroup-5
+- Thread-6
(list
(list "ThreadGroup" "ThreadGroup-1"
(list
(list "Thread" "Thread-5" ...))
(list
(list "ThreadGroup" "ThreadGroup-2"
(list
(list "Thread" "Thread-4"))
(list
(list "ThreadGroup" "ThreadGroup-3"
(list)
(list
(list "Thread" "Thread-1" ...)))
(list "ThreadGroup" "ThreadGroup-4"
(list)
(list
(list "Thread" "Thread-2" ...)
(list "Thread" "Thread-3" ...)))))))
(list "ThreadGroup" "ThreadGroup-5"
(list)
(list
(list "Thread" "Thread-6" ...))))
Syntax:
(list [top-level thread group]*)
doCommand in class DebugCommandJDEException - public java.lang.Object clone()
clone in class DebugCommand
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||