summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Add JITMathieu Chartier2015-02-231-0/+7
* Follow up 129144Sebastien Hertz2015-02-171-4/+11
* Read JDWP options from runtimeSebastien Hertz2015-02-051-113/+4
* Check for null class of classMathieu Chartier2015-01-311-0/+4
* JDWP: allocate single step control only when activeSebastien Hertz2015-01-261-66/+47
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+12
* Fix compaction bugs related to IdentityHashCodeMathieu Chartier2015-01-231-6/+5
* Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi2015-01-201-0/+1
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-9/+7
* JDWP: fix deadlock with GCSebastien Hertz2015-01-131-2/+7
* Change hprof to use streamingMathieu Chartier2015-01-091-0/+4
* 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