summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for bump pointer spaces to DdmSendHeapSegments.Mathieu Chartier2014-07-301-12/+41
* Merge "Fix access to long/double stack values from debugger"Sebastien Hertz2014-07-231-26/+10
|\
| * Fix access to long/double stack values from debuggerSebastien Hertz2014-07-171-26/+10
* | Merge "Add read barriers for the GC roots in Instrumentation."Hiroshi Yamauchi2014-07-211-1/+1
|\ \
| * | Add read barriers for the GC roots in Instrumentation.Hiroshi Yamauchi2014-07-211-1/+1
| |/
* | Avoid race in single thread suspension.Ian Rogers2014-07-171-7/+15
|/
* Remove object_utils.h.Ian Rogers2014-07-161-1/+2
* Merge "Fix method tracing from command-line"Ian Rogers2014-07-091-1/+2
|\
| * Fix method tracing from command-lineSebastien Hertz2014-07-091-1/+2
* | Remove Dbg::VisitRoots().Hiroshi Yamauchi2014-07-081-91/+99
* | Fix local reference leaks in debugger and use a cache.Mathieu Chartier2014-07-081-23/+42
|/
* Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-90/+156
* Merge "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-171-156/+90
|\
| * Revert "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-156/+90
* | Merge "Fix access to FP registers when visiting stack"Sebastien Hertz2014-06-171-90/+156
|\ \ | |/
| * Fix access to FP registers when visiting stackSebastien Hertz2014-06-171-90/+156
* | Avoid a non-root monitor vector in Dbg::GetOwnedMonitors().Hiroshi Yamauchi2014-06-131-18/+9
* | Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-111-111/+152
* | Fix exception reporting from interpreterSebastien Hertz2014-06-111-0/+3
|/
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-65/+72
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-11/+16
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-11/+16
* | Fix crash in JDWP ReferenceType.SourceFile commandSebastien Hertz2014-06-051-3/+4
|/
* Make the specification of when we need precise constants more precise.Ian Rogers2014-05-231-1/+1
* Add support for jemalloc instead of dlmalloc.Christopher Ferris2014-05-221-0/+4
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-5/+5
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-19/+18
* Fix JDWP location event report on return instructionsSebastien Hertz2014-05-151-0/+1
* Fix buildSebastien Hertz2014-05-151-2/+2
* Merge "Register debugger for interesting instrumentation events only"Sebastien Hertz2014-05-151-11/+79
|\
| * Register debugger for interesting instrumentation events onlySebastien Hertz2014-05-151-11/+79
* | Merge "Combine JDWP location events"Sebastien Hertz2014-05-151-7/+6
|\ \
| * | Combine JDWP location eventsSebastien Hertz2014-05-121-7/+6
| |/
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-25/+28
|/
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-3/+3
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+1
* Fix DDM recent allocationsSebastien Hertz2014-04-291-2/+9
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-8/+46
|\
| * Speed up single-steppingSebastien Hertz2014-04-091-8/+46
* | Merge "Prepare field watchpoint support"Sebastien Hertz2014-04-151-38/+108
|\ \
| * | Prepare field watchpoint supportSebastien Hertz2014-04-151-38/+108
| |/
* | Clear unused roots from debuggerSebastien Hertz2014-04-141-11/+31
|/
* JDWP request is parsed incorrectly due to junk in the descriptornikolay serdjuk2014-04-071-1/+2
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-1/+1
* Merge "Return correct JDWP type tag for array class"Sebastien Hertz2014-04-011-11/+17
|\
| * Return correct JDWP type tag for array classSebastien Hertz2014-03-311-11/+17
* | Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-281-1/+0
|/
* Support inlining with breakpointSebastien Hertz2014-03-271-44/+113
* Merge "Refactor deoptimization support in debugger"Sebastien Hertz2014-03-271-70/+115
|\
| * Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-70/+115