summaryrefslogtreecommitdiffstats
path: root/src/jdwp/jdwp.h
Commit message (Expand)AuthorAgeFilesLines
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-1/+1
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-20/+20
* Syntax clean up to make clang happy.Ian Rogers2012-08-201-2/+2
* Global lock levels.Ian Rogers2012-08-141-26/+55
* Fix a bunch more lint.Elliott Hughes2012-06-211-26/+20
* Fix a bunch of lint.Elliott Hughes2012-06-211-13/+12
* Use static thread safety analysis when available, and fix the bugs GCC finds.Elliott Hughes2012-06-181-10/+14
* Start automatically generating operator<<s for enums.Elliott Hughes2012-04-041-2/+2
* Rename JdwpLocation.idx to the more intention-revealing dex_pc.Elliott Hughes2012-02-221-1/+1
* Fix breakpoints.Elliott Hughes2012-02-171-0/+2
* Remove more lint.Elliott Hughes2012-01-241-1/+1
* Fix a bunch of uses of 'short'.Elliott Hughes2012-01-171-1/+1
* Notify the debugger of class preparation.Elliott Hughes2011-12-071-1/+1
* Implement JDWP InvokeMethod and breakpoints on exception throwing.Elliott Hughes2011-12-071-4/+6
* Implement local setting.Elliott Hughes2011-12-051-1/+1
* Implement field getting and setting.Elliott Hughes2011-12-021-0/+1
* Implement debugger support for getting thread stacks.Elliott Hughes2011-11-171-0/+1
* Implement a bit more debugger functionality.Elliott Hughes2011-11-171-0/+25
* Implement thread name change notification for DDMS.Elliott Hughes2011-11-071-1/+1
* Fix orthography of the jdwp_bits.h functions.Elliott Hughes2011-10-271-10/+10
* More debugger support.Elliott Hughes2011-10-251-5/+7
* Turn free functions that take a JdwpState* into member functions.Elliott Hughes2011-10-241-107/+189
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-2/+1
* Bring across the JDWP implementation.Elliott Hughes2011-10-211-0/+221