summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-9/+10
* Merge "JDWP: fix thread_list deadlock"Sebastien Hertz2015-04-131-82/+48
|\
| * JDWP: fix thread_list deadlockSebastien Hertz2015-04-081-82/+48
* | Move ArtField to nativeMathieu Chartier2015-04-101-29/+26
* | Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-081-10/+2
|\ \
| * | Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-10/+2
* | | Merge "JDWP: clear exception when allocation fails"Sebastien Hertz2015-04-071-10/+39
|\ \ \ | |_|/ |/| |
| * | JDWP: clear exception when allocation failsSebastien Hertz2015-04-021-10/+39
| |/
* | Refactor and improve GC root handlingMathieu Chartier2015-04-061-8/+6
|/
* Merge "JDWP: more checking for StackFrame commands"Sebastien Hertz2015-03-301-96/+117
|\
| * JDWP: more checking for StackFrame commandsSebastien Hertz2015-03-271-96/+117
* | Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-1/+1
|/
* Fix ClassLinker::MayBeCalledWithDirectCodePointer for JITMathieu Chartier2015-03-261-0/+5
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-33/+122
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-6/+6
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-76/+61
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-23/+104
* Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-031-3/+0
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-0/+7
* Merge "JDWP: update thread synchronization"Sebastien Hertz2015-02-241-2/+11
|\
| * JDWP: update thread synchronizationSebastien Hertz2015-02-061-2/+11
* | Revert "Add JIT"Nicolas Geoffray2015-02-241-7/+0
* | 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