Download Latest Version localedata.jar (843.2 kB)
Email in envelope

Get an email when there's a new version of Supernova Rom

Home / cm / android / system / dalvik / vm / jdwp
Name Modified Size InfoDownloads / Week
Parent folder
ExpandBuf.c 2011-11-26 3.9 kB
ExpandBuf.h 2011-11-26 1.9 kB
Jdwp.h 2011-11-26 8.2 kB
JdwpAdb.c 2011-11-26 22.1 kB
JdwpConstants.c 2011-11-26 7.8 kB
JdwpConstants.h 2011-11-26 8.1 kB
JdwpEvent.c 2011-11-26 38.8 kB
JdwpEvent.h 2011-11-26 3.6 kB
JdwpHandler.c 2011-11-26 65.2 kB
JdwpHandler.h 2011-11-26 1.3 kB
JdwpMain.c 2011-11-26 12.4 kB
JdwpPriv.h 2011-11-26 5.1 kB
JdwpSocket.c 2011-11-26 25.8 kB
README.txt 2011-11-26 647 Bytes
Totals: 14 Items   204.9 kB 0
Java Debug Wire Protocol support

This is a reasonably complete implementation, but only messages that are
actually generated by debuggers have been implemented.  The reasoning
behind this is that it's better to leave a call unimplemented than have
something that appears implemented but has never been tested.

An attempt has been made to keep the implementation distinct from the VM,
with Debugger.c acting as a sort of portability layer, so that the code
might be useful in other projects.  Once you get multiple simultaneous
events and debugger requests with thread suspension bouncing around,
though, it's difficult to keep things "generic".
Source: README.txt, updated 2011-11-26