Update JDWP documentation (USB and JDWP protocol)
commita45c95cf719e7cde0dbb8f4d6e7b3fabf30ec164
authorNicolas VIVIEN <nicolas@vivien.fr>
Thu, 30 Jul 2009 16:11:48 +0000 (30 18:11 +0200)
committerChris Frey <cdfrey@foursquare.net>
Mon, 31 Aug 2009 23:07:53 +0000 (31 19:07 -0400)
treec35535abdcbf18c374d9358bee8297d336d41337
parentda7461c9d7b6d8549a23a873c33a9ac473371b82
Update JDWP documentation (USB and JDWP protocol)

Add new JDWP commands (suspend, resume, threads...)
Add a new function "Close" in Mode class to be able to close the socket
from an application.
doc/jdwp/jdwp-protocol.txt
doc/jdwp/usb-protocol.txt
src/m_javadebug.cc
src/m_javadebug.h
src/m_mode_base.cc
src/m_mode_base.h
src/packet.cc
src/packet.h
src/protocol.h
src/protostructs.h
tools/bjavadebug.cc