summaryrefslogtreecommitdiffstats
path: root/vm/jdwp
Commit message (Expand)AuthorAgeFilesLines
* Remove an assertion that JDWP packets are small.Elliott Hughes2013-07-161-1/+0
* Work around a dalvik JDWP/GC deadlock.Elliott Hughes2013-04-173-9/+9
* Fix a minor leak in handleVM_CreateStringYou Kim2013-04-031-0/+1
* Fix ALOGV bit rot.Elliott Hughes2012-08-061-2/+3
* am b9f5c7aa: am 3ddb30bd: am 6bcf5d20: Merge "Obvious mix of = and =="Elliott Hughes2012-03-271-1/+1
|\
| * Obvious mix of = and ==Mark Gordon2012-03-271-1/+1
* | Replace malloc() followed by memset() to zero with calloc()Iliyan Malchev2012-02-161-2/+1
* | Fix assertAndy McFadden2012-01-271-1/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-086-35/+35
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-065-14/+14
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-055-15/+15
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-12/+12
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-265-112/+112
* | Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-1/+1
|/
* Remove "adbd disconnected" log spamMike Lockwood2011-07-271-2/+0
* Added mutex for jdwp socket writes to prevent interleaving.jeffhao2011-06-304-90/+101
* Merge "Fix gcc-4.6 warnings."Doug Kwan2011-06-242-4/+5
|\
| * Fix gcc-4.6 warnings.Doug Kwan2011-06-242-4/+5
* | Fix for adb shell hang after adb root.Brett Chabot2011-06-241-0/+3
|/
* Normalize the include guard style.Carl Shapiro2011-06-146-18/+18
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-266-200/+200
* Address CVE-2011-1090.Dan Bornstein2011-05-171-3/+12
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-279-105/+50
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-205-8/+7
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-2/+2
* Move JDWP into C++ and add extern "C" to remaining non-compiler includes.Carl Shapiro2011-04-1413-442/+238
* Interpreter restructuringbuzbee2011-03-231-1/+1
* Fix up some JDWP stuffAndy McFadden2011-03-225-73/+79
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-1/+1
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-072-2/+2
* Switch to VMWAIT before sending to DDMSAndy McFadden2010-10-151-0/+5
* More SMP fixes.Andy McFadden2010-08-062-3/+2
* Implement JDWP ArrayType.NewInstance.Andy McFadden2010-07-191-1/+25
* Dalvik SMP updateAndy McFadden2010-06-173-68/+36
* Atomic op cleanup.Andy McFadden2010-06-162-3/+3
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-088-8/+0
* Remove trailing whitespace.Carl Shapiro2010-06-083-11/+11
* Remove unused labels, variables, and functions. Enable warnings.Carl Shapiro2010-05-214-20/+7
* Rearrange JDWP cleanup.Andy McFadden2010-02-251-5/+7
* Reduce VM shutdown verbosity.Andy McFadden2010-02-022-3/+6
* Add streaming method profiling support.Andy McFadden2010-01-275-43/+51
* Use writev() for DDMS packets.Andy McFadden2009-12-174-39/+123
* Don't assume debugger wants all exceptions.Andy McFadden2009-12-111-0/+7
* Bump "public" version from 1.1.0 to 1.2.0.Andy McFadden2009-10-131-1/+7
* Add JDWP ReferenceType.ClassObject handler.Andy McFadden2009-10-131-3/+20
* Add implementation of JDWP ClassType.NewInstanceAndy McFadden2009-10-131-10/+52
* Retry on all ADB failures.Andy McFadden2009-06-031-17/+22
* Added an explicit "shutting down" flag.Andy McFadden2009-06-021-2/+10
* Prevent JDWP thread death when adbd dies.Andy McFadden2009-05-281-7/+42