index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
debugger.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
JDWP: update handling of 8-bit and 16-bit fields
Sebastien Hertz
2015-06-12
1
-49
/
+121
*
JDWP: asynchronous invoke command handling
Sebastien Hertz
2015-06-12
1
-96
/
+173
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-108
/
+103
*
Fix single-step in native thread
Sebastien Hertz
2015-05-28
1
-1
/
+3
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
JDWP: fix breakpoint on catch statement
Sebastien Hertz
2015-05-26
1
-0
/
+20
*
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-05-20
1
-1
/
+2
*
JDWP: more GC safety
Sebastien Hertz
2015-05-18
1
-4
/
+5
*
Hold heap bitmap lock in Heap::GetObjectsAllocated
Mathieu Chartier
2015-05-12
1
-0
/
+1
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-11
/
+25
*
Merge "Support multiple instrumentation clients"
Sebastien Hertz
2015-05-07
1
-3
/
+6
|
\
|
*
Support multiple instrumentation clients
Sebastien Hertz
2015-05-07
1
-3
/
+6
*
|
JDWP: properly combine location events
Sebastien Hertz
2015-04-29
1
-10
/
+66
|
/
*
Merge "Replace String CharArray with internal uint16_t array."
Jeff Hao
2015-04-28
1
-1
/
+1
|
\
|
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-1
/
+1
*
|
Fix mismatched malloc/free delete/new.
Christopher Ferris
2015-04-27
1
-1
/
+1
|
/
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-9
/
+10
*
Merge "JDWP: fix thread_list deadlock"
Sebastien Hertz
2015-04-13
1
-82
/
+48
|
\
|
*
JDWP: fix thread_list deadlock
Sebastien Hertz
2015-04-08
1
-82
/
+48
*
|
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-29
/
+26
*
|
Merge "Fix JDWP race at runtime shutdown"
Sebastien Hertz
2015-04-08
1
-10
/
+2
|
\
\
|
*
|
Fix JDWP race at runtime shutdown
Sebastien Hertz
2015-04-01
1
-10
/
+2
*
|
|
Merge "JDWP: clear exception when allocation fails"
Sebastien Hertz
2015-04-07
1
-10
/
+39
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
JDWP: clear exception when allocation fails
Sebastien Hertz
2015-04-02
1
-10
/
+39
|
|
/
*
|
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-8
/
+6
|
/
*
Merge "JDWP: more checking for StackFrame commands"
Sebastien Hertz
2015-03-30
1
-96
/
+117
|
\
|
*
JDWP: more checking for StackFrame commands
Sebastien Hertz
2015-03-27
1
-96
/
+117
*
|
Add AccessibleObject and Field to mirror
Mathieu Chartier
2015-03-29
1
-1
/
+1
|
/
*
Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT
Mathieu Chartier
2015-03-26
1
-0
/
+5
*
JDWP: Optimized single step during debugging
Daniel Mihalyi
2015-03-24
1
-33
/
+122
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-6
/
+6
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-1
/
+0
*
JDWP: allocate DebugInvokeReq only when requested
Sebastien Hertz
2015-03-09
1
-76
/
+61
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-23
/
+104
*
Change how we report exceptions to the debugger.
Nicolas Geoffray
2015-03-03
1
-3
/
+0
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-0
/
+7
*
Merge "JDWP: update thread synchronization"
Sebastien Hertz
2015-02-24
1
-2
/
+11
|
\
|
*
JDWP: update thread synchronization
Sebastien Hertz
2015-02-06
1
-2
/
+11
*
|
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-7
/
+0
*
|
Add JIT
Mathieu Chartier
2015-02-23
1
-0
/
+7
*
|
Follow up 129144
Sebastien Hertz
2015-02-17
1
-4
/
+11
|
/
*
Read JDWP options from runtime
Sebastien Hertz
2015-02-05
1
-113
/
+4
*
Check for null class of class
Mathieu Chartier
2015-01-31
1
-0
/
+4
*
JDWP: allocate single step control only when active
Sebastien Hertz
2015-01-26
1
-66
/
+47
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+12
*
Fix compaction bugs related to IdentityHashCode
Mathieu Chartier
2015-01-23
1
-6
/
+5
*
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2015-01-20
1
-0
/
+1
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-9
/
+7
*
JDWP: fix deadlock with GC
Sebastien Hertz
2015-01-13
1
-2
/
+7
*
Change hprof to use streaming
Mathieu Chartier
2015-01-09
1
-0
/
+4
[next]