summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-061-1/+1
* Merge "Cleanup JDWP event matching"Sebastien Hertz2014-12-181-4/+2
|\
| * Cleanup JDWP event matchingSebastien Hertz2014-12-171-4/+2
* | JDWP: fix setting multiple breakpoints in the same methodSebastien Hertz2014-12-171-7/+23
|/
* Clean up debuggerMathieu Chartier2014-12-151-94/+87
* ART: Fix DDM client hang transmitting native heap dump with MALLOC_IMPL=dlmallocPavel Vyssotski2014-12-081-0/+8
* Merge "JDWP: fix breakpoint for method in the image"Sebastien Hertz2014-12-041-2/+10
|\
| * JDWP: fix breakpoint for method in the imageSebastien Hertz2014-12-041-2/+10
* | Move GetClassFromTypeIdx to ArtMethod.Ian Rogers2014-12-021-5/+3
* | Remove FieldHelper.Ian Rogers2014-12-021-2/+1
|/
* ART: Fix inline dependencyAndreas Gampe2014-11-241-1/+1
* JDWP: only deoptimize when it is requiredSebastien Hertz2014-11-191-43/+102
* 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