summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-10/+4
* ART: More warningsAndreas Gampe2014-11-041-15/+15
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+7
* Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-1/+1
* Merge "Fix JDWP Virtualmachine.Resume command"Sebastien Hertz2014-10-241-1/+1
|\
| * Fix JDWP Virtualmachine.Resume commandSebastien Hertz2014-10-211-1/+1
* | Merge "More use of WellKnownClasses for debugger"Sebastien Hertz2014-10-241-9/+14
|\ \
| * | More use of WellKnownClasses for debuggerSebastien Hertz2014-10-231-9/+14
| |/
* | C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-3/+1
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-1/+1
|/
* Merge "Hold mutator lock in DdmSendHeapSegments for all spaces"Mathieu Chartier2014-10-101-11/+14
|\
| * Hold mutator lock in DdmSendHeapSegments for all spacesMathieu Chartier2014-10-101-11/+14
* | Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-0/+1
|/
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-2/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-1/+1
* Merge "Add ScopedAssertNoThreadSuspension"Mathieu Chartier2014-09-221-12/+11
|\
| * Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-12/+11
* | Merge "Optimize JDWP stack local values access"Sebastien Hertz2014-09-221-274/+303
|\ \
| * | Optimize JDWP stack local values accessSebastien Hertz2014-09-221-274/+303
| |/
* | Merge "Do not hold breakpoint lock when running the verifier"Sebastien Hertz2014-09-221-21/+34
|\ \
| * | Do not hold breakpoint lock when running the verifierSebastien Hertz2014-09-221-21/+34
| |/
* / Fix JDWP crash when reporting exceptionSebastien Hertz2014-09-221-3/+15
|/
* Update JDWP event filtering to avoid useless idsSebastien Hertz2014-09-181-81/+93
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-2/+2
* Avoid crash in StringReference.Value JDWP commandSebastien Hertz2014-09-171-4/+18
* Merge "Check for errors in ThreadGroupReference JDWP commands"Sebastien Hertz2014-09-171-46/+97
|\
| * Check for errors in ThreadGroupReference JDWP commandsSebastien Hertz2014-09-161-46/+97
* | ART: Rename Handle hierarchyAndreas Gampe2014-09-151-1/+1
|/
* Pass current thread as argument to alloc instrumentation.Ian Rogers2014-09-121-4/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-1/+1
* Fix deadlock in VirtualMachine.AllThreadsSebastien Hertz2014-09-111-57/+42
* Don't hold any lock when visiting classes from JDWPSebastien Hertz2014-09-111-1/+2
* Fix numerous issues with DdmVmInternal allocation trackingBrian Carlstrom2014-09-051-45/+60
* Merge "Remove abuse of mirror::Object* to reference special values."Ian Rogers2014-09-041-355/+382
|\
| * Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-355/+382
* | Reduce lock contention when debuggingSebastien Hertz2014-09-021-7/+7
|/
* Fix issue with Thread.setName hanging after Thread.startBrian Carlstrom2014-08-281-4/+5
* Clean up Handle usage.Mathieu Chartier2014-08-231-1/+1
* Handlerize MethodVerifier::mirror_method_.Hiroshi Yamauchi2014-08-221-2/+3
* Fix JDWP event racesSebastien Hertz2014-08-191-0/+5
* Fix crash in VirtualMachine.AllThreads JDWP commandSebastien Hertz2014-08-131-0/+5
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-21/+30
* 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
|\