summaryrefslogtreecommitdiffstats
path: root/src/jdwp/jdwp_adb.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-445/+0
* Remove the separate JdwpTransport objects.Elliott Hughes2013-04-171-180/+110
* More JDWP implementation cleanup.Elliott Hughes2013-04-171-132/+16
* Add missing TEMP_FAILURE_RETRYs to the JDWP transports.Elliott Hughes2013-04-151-2/+2
* Clean up more of the JDWP request handling.Elliott Hughes2013-02-211-83/+4
* Move stringpiece.h and stringprintf.h to base/.Elliott Hughes2012-12-131-1/+1
* Move logging.h into base/logging.h.Elliott Hughes2012-12-121-5/+5
* Fix set but unused variable compiler error in jdwp and clean it up.jeffhao2012-09-061-23/+15
* Fix a bunch more lint.Elliott Hughes2012-06-211-8/+5
* Fix a bunch of lint.Elliott Hughes2012-06-211-9/+6
* Tidy up some C-isms.Elliott Hughes2012-04-201-5/+5
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-1/+1
* Clean up verbose logging.Elliott Hughes2011-12-131-13/+15
* Fix detaching a debugger while threads are suspended.Elliott Hughes2011-12-071-1/+1
* Implement local setting.Elliott Hughes2011-12-051-4/+3
* Fix orthography of the jdwp_bits.h functions.Elliott Hughes2011-10-271-7/+7
* Turn free functions that take a JdwpState* into member functions.Elliott Hughes2011-10-241-3/+3
* Bring across the JDWP implementation.Elliott Hughes2011-10-211-0/+723