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
*
Add support for bump pointer spaces to DdmSendHeapSegments.
Mathieu Chartier
2014-07-30
1
-12
/
+41
*
Merge "Fix access to long/double stack values from debugger"
Sebastien Hertz
2014-07-23
1
-26
/
+10
|
\
|
*
Fix access to long/double stack values from debugger
Sebastien Hertz
2014-07-17
1
-26
/
+10
*
|
Merge "Add read barriers for the GC roots in Instrumentation."
Hiroshi Yamauchi
2014-07-21
1
-1
/
+1
|
\
\
|
*
|
Add read barriers for the GC roots in Instrumentation.
Hiroshi Yamauchi
2014-07-21
1
-1
/
+1
|
|
/
*
|
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
1
-7
/
+15
|
/
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+2
*
Merge "Fix method tracing from command-line"
Ian Rogers
2014-07-09
1
-1
/
+2
|
\
|
*
Fix method tracing from command-line
Sebastien Hertz
2014-07-09
1
-1
/
+2
*
|
Remove Dbg::VisitRoots().
Hiroshi Yamauchi
2014-07-08
1
-91
/
+99
*
|
Fix local reference leaks in debugger and use a cache.
Mathieu Chartier
2014-07-08
1
-23
/
+42
|
/
*
Revert "Revert "Fix access to FP registers when visiting stack""
Sebastien Hertz
2014-06-17
1
-90
/
+156
*
Merge "Revert "Fix access to FP registers when visiting stack""
Sebastien Hertz
2014-06-17
1
-156
/
+90
|
\
|
*
Revert "Fix access to FP registers when visiting stack"
Sebastien Hertz
2014-06-17
1
-156
/
+90
*
|
Merge "Fix access to FP registers when visiting stack"
Sebastien Hertz
2014-06-17
1
-90
/
+156
|
\
\
|
|
/
|
*
Fix access to FP registers when visiting stack
Sebastien Hertz
2014-06-17
1
-90
/
+156
*
|
Avoid a non-root monitor vector in Dbg::GetOwnedMonitors().
Hiroshi Yamauchi
2014-06-13
1
-18
/
+9
*
|
Remove Object* weak roots from the debugger.
Hiroshi Yamauchi
2014-06-11
1
-111
/
+152
*
|
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-0
/
+3
|
/
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-65
/
+72
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-11
/
+16
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-11
/
+16
*
|
Fix crash in JDWP ReferenceType.SourceFile command
Sebastien Hertz
2014-06-05
1
-3
/
+4
|
/
*
Make the specification of when we need precise constants more precise.
Ian Rogers
2014-05-23
1
-1
/
+1
*
Add support for jemalloc instead of dlmalloc.
Christopher Ferris
2014-05-22
1
-0
/
+4
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+5
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-19
/
+18
*
Fix JDWP location event report on return instructions
Sebastien Hertz
2014-05-15
1
-0
/
+1
*
Fix build
Sebastien Hertz
2014-05-15
1
-2
/
+2
*
Merge "Register debugger for interesting instrumentation events only"
Sebastien Hertz
2014-05-15
1
-11
/
+79
|
\
|
*
Register debugger for interesting instrumentation events only
Sebastien Hertz
2014-05-15
1
-11
/
+79
*
|
Merge "Combine JDWP location events"
Sebastien Hertz
2014-05-15
1
-7
/
+6
|
\
\
|
*
|
Combine JDWP location events
Sebastien Hertz
2014-05-12
1
-7
/
+6
|
|
/
*
|
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-25
/
+28
|
/
*
Remove all LOG(DEBUG) which is not intended to be checked in
Brian Carlstrom
2014-05-09
1
-3
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-0
/
+1
*
Fix DDM recent allocations
Sebastien Hertz
2014-04-29
1
-2
/
+9
*
Merge "Speed up single-stepping"
Sebastien Hertz
2014-04-22
1
-8
/
+46
|
\
|
*
Speed up single-stepping
Sebastien Hertz
2014-04-09
1
-8
/
+46
*
|
Merge "Prepare field watchpoint support"
Sebastien Hertz
2014-04-15
1
-38
/
+108
|
\
\
|
*
|
Prepare field watchpoint support
Sebastien Hertz
2014-04-15
1
-38
/
+108
|
|
/
*
|
Clear unused roots from debugger
Sebastien Hertz
2014-04-14
1
-11
/
+31
|
/
*
JDWP request is parsed incorrectly due to junk in the descriptor
nikolay serdjuk
2014-04-07
1
-1
/
+2
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-1
/
+1
*
Merge "Return correct JDWP type tag for array class"
Sebastien Hertz
2014-04-01
1
-11
/
+17
|
\
|
*
Return correct JDWP type tag for array class
Sebastien Hertz
2014-03-31
1
-11
/
+17
*
|
Fix a DCHECK failure when causing GC from DDMS.
Hiroshi Yamauchi
2014-03-28
1
-1
/
+0
|
/
*
Support inlining with breakpoint
Sebastien Hertz
2014-03-27
1
-44
/
+113
*
Merge "Refactor deoptimization support in debugger"
Sebastien Hertz
2014-03-27
1
-70
/
+115
|
\
|
*
Refactor deoptimization support in debugger
Sebastien Hertz
2014-03-26
1
-70
/
+115
[next]