This command set is numbered (1) to match the equivalent JDWP command set.
AllClasses Command (3)Returns reference types for all classes currently loaded by the target VM.
(None)
Returns all threads currently running in the target VM. The returned list contains threads created through java.lang.Thread
. Threads that have not yet been started and threads that have completed their execution are not included in the returned list.
(None)
int
|
threads
|
Number of threads that follow.
|
||||||||||||
Repeated threads times:
|
||||||||||||||
threadID
|
thread
|
A running thread
|
||||||||||||
Suspends the execution of the application running in the target VM. All Java threads currently running are suspended.
Unlike java.lang.Thread.suspend
, suspends of both the virtual machine and individual threads are counted. Before a thread can run again, it must be resumed through the VM-level suspend command or the thread-level suspend command the same number of times it has been suspended.
(None)
(None)
Resume Command (9)Resumes execution of the application after the suspend command or an event has stopped it. Suspensions of the Virtual Machine and individual threads are counted. If a particular thread is suspended n times, it must be resumed n times before it can continue.
(None)
(None)
Exit Command (10)Terminates the target VM with the given exit code. All ids previously returned from the target VM become invalid. Threads running in the VM are abruptly terminated. A thread death exception is not thrown and finally blocks are not run.
(None)
KDWP Specification KVM Debug Wire Protocol, 1.0 |
Copyright © 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Sun, Sun Microsystems, the Sun logo, Java and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Federal Acquisitions: Commercial Software - Government Users Subject to Standard License Terms and Conditions.
Copyright © 2002 Sun Microsystems, Inc. Tous droits réservés. Distribué par des licences qui en restreignent l'utilisation. Le logiciel détenu par des tiers, et qui comprend la technologie relative aux polices de caractères, est protégé par un copyright et licencié par des fournisseurs de Sun. Sun, Sun Microsystems, le logo Sun, Java et Solaris sont des marques de fabrique ou des marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.