index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
jdwp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a minor leak in handleVM_CreateString
You Kim
2013-04-11
1
-0
/
+1
*
Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/da...
Steve Kondik
2012-11-18
1
-2
/
+3
|
\
|
*
Fix ALOGV bit rot.
Elliott Hughes
2012-08-06
1
-2
/
+3
*
|
dalvik: Fix various compile failures with gcc 4.6
Bernhard Rosenkraenzer
2012-07-10
3
-8
/
+14
|
/
*
am b9f5c7aa: am 3ddb30bd: am 6bcf5d20: Merge "Obvious mix of = and =="
Elliott Hughes
2012-03-27
1
-1
/
+1
|
\
|
*
Obvious mix of = and ==
Mark Gordon
2012-03-27
1
-1
/
+1
*
|
Replace malloc() followed by memset() to zero with calloc()
Iliyan Malchev
2012-02-16
1
-2
/
+1
*
|
Fix assert
Andy McFadden
2012-01-27
1
-1
/
+1
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
6
-35
/
+35
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
5
-14
/
+14
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
5
-15
/
+15
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
4
-12
/
+12
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
5
-112
/
+112
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-1
/
+1
|
/
*
Remove "adbd disconnected" log spam
Mike Lockwood
2011-07-27
1
-2
/
+0
*
Added mutex for jdwp socket writes to prevent interleaving.
jeffhao
2011-06-30
4
-90
/
+101
*
Merge "Fix gcc-4.6 warnings."
Doug Kwan
2011-06-24
2
-4
/
+5
|
\
|
*
Fix gcc-4.6 warnings.
Doug Kwan
2011-06-24
2
-4
/
+5
*
|
Fix for adb shell hang after adb root.
Brett Chabot
2011-06-24
1
-0
/
+3
|
/
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
6
-18
/
+18
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-1
/
+1
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
6
-200
/
+200
*
Address CVE-2011-1090.
Dan Bornstein
2011-05-17
1
-3
/
+12
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
9
-105
/
+50
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
5
-8
/
+7
*
Move the remaining non-compiler VM code into C++.
Carl Shapiro
2011-04-15
1
-2
/
+2
*
Move JDWP into C++ and add extern "C" to remaining non-compiler includes.
Carl Shapiro
2011-04-14
13
-442
/
+238
*
Interpreter restructuring
buzbee
2011-03-23
1
-1
/
+1
*
Fix up some JDWP stuff
Andy McFadden
2011-03-22
5
-73
/
+79
*
Consolidate mterp's debug/profile/suspend control
buzbee
2011-01-19
1
-1
/
+1
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
2
-2
/
+2
*
Switch to VMWAIT before sending to DDMS
Andy McFadden
2010-10-15
1
-0
/
+5
*
More SMP fixes.
Andy McFadden
2010-08-06
2
-3
/
+2
*
Implement JDWP ArrayType.NewInstance.
Andy McFadden
2010-07-19
1
-1
/
+25
*
Dalvik SMP update
Andy McFadden
2010-06-17
3
-68
/
+36
*
Atomic op cleanup.
Andy McFadden
2010-06-16
2
-3
/
+3
*
Remove repeated newlines at the end of files.
Carl Shapiro
2010-06-08
8
-8
/
+0
*
Remove trailing whitespace.
Carl Shapiro
2010-06-08
3
-11
/
+11
*
Remove unused labels, variables, and functions. Enable warnings.
Carl Shapiro
2010-05-21
4
-20
/
+7
*
Rearrange JDWP cleanup.
Andy McFadden
2010-02-25
1
-5
/
+7
*
Reduce VM shutdown verbosity.
Andy McFadden
2010-02-02
2
-3
/
+6
*
Add streaming method profiling support.
Andy McFadden
2010-01-27
5
-43
/
+51
*
Use writev() for DDMS packets.
Andy McFadden
2009-12-17
4
-39
/
+123
*
Don't assume debugger wants all exceptions.
Andy McFadden
2009-12-11
1
-0
/
+7
*
Bump "public" version from 1.1.0 to 1.2.0.
Andy McFadden
2009-10-13
1
-1
/
+7
*
Add JDWP ReferenceType.ClassObject handler.
Andy McFadden
2009-10-13
1
-3
/
+20
*
Add implementation of JDWP ClassType.NewInstance
Andy McFadden
2009-10-13
1
-10
/
+52
*
Retry on all ADB failures.
Andy McFadden
2009-06-03
1
-17
/
+22
*
Added an explicit "shutting down" flag.
Andy McFadden
2009-06-02
1
-2
/
+10
*
Prevent JDWP thread death when adbd dies.
Andy McFadden
2009-05-28
1
-7
/
+42
[next]