summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.h
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-28/+56
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-26/+24
* JDWP: more GC safetySebastien Hertz2015-05-181-3/+3
* JDWP: properly combine location eventsSebastien Hertz2015-05-071-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-5/+5
* Merge "Fix JDWP race at runtime shutdown"Sebastien Hertz2015-04-081-3/+12
|\
| * Fix JDWP race at runtime shutdownSebastien Hertz2015-04-011-3/+12
* | Merge "JDWP: clear exception when allocation fails"Sebastien Hertz2015-04-071-3/+3
|\ \
| * | JDWP: clear exception when allocation failsSebastien Hertz2015-04-021-3/+3
| |/
* | Refactor and improve GC root handlingMathieu Chartier2015-04-061-3/+3
|/
* Fix ClassLinker::MayBeCalledWithDirectCodePointer for JITMathieu Chartier2015-03-261-0/+4
* JDWP: Optimized single step during debuggingDaniel Mihalyi2015-03-241-12/+66
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-21/+15
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+1
* Follow up 129144Sebastien Hertz2015-02-171-1/+4
* Read JDWP options from runtimeSebastien Hertz2015-02-051-2/+1
* JDWP: allocate single step control only when activeSebastien Hertz2015-01-261-21/+40
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-2/+3
* Change hprof to use streamingMathieu Chartier2015-01-091-0/+2
* JDWP: only deoptimize when it is requiredSebastien Hertz2014-11-191-0/+3
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+2
* Fix JDWP Virtualmachine.Resume commandSebastien Hertz2014-10-211-2/+6
* Optimize JDWP stack local values accessSebastien Hertz2014-09-221-4/+13
* Update JDWP event filtering to avoid useless idsSebastien Hertz2014-09-181-6/+43
* Avoid crash in StringReference.Value JDWP commandSebastien Hertz2014-09-171-1/+1
* Check for errors in ThreadGroupReference JDWP commandsSebastien Hertz2014-09-161-6/+10
* Pass current thread as argument to alloc instrumentation.Ian Rogers2014-09-121-1/+1
* Fix numerous issues with DdmVmInternal allocation trackingBrian Carlstrom2014-09-051-38/+31
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-25/+26
* Remove Dbg::VisitRoots().Hiroshi Yamauchi2014-07-081-6/+34
* Fix local reference leaks in debugger and use a cache.Mathieu Chartier2014-07-081-0/+19
* Remove Object* weak roots from the debugger.Hiroshi Yamauchi2014-06-111-9/+1
* Merge "Register debugger for interesting instrumentation events only"Sebastien Hertz2014-05-151-1/+26
|\
| * Register debugger for interesting instrumentation events onlySebastien Hertz2014-05-151-1/+26
* | Combine JDWP location eventsSebastien Hertz2014-05-121-5/+7
|/
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-0/+15
|\
| * Speed up single-steppingSebastien Hertz2014-04-091-0/+15
* | Merge "Prepare field watchpoint support"Sebastien Hertz2014-04-151-2/+15
|\ \
| * | Prepare field watchpoint supportSebastien Hertz2014-04-151-2/+15
| |/
* | Clear unused roots from debuggerSebastien Hertz2014-04-141-0/+6
|/
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-15/+49
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-0/+9
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-171-4/+4
* Fix thread suspension assertion in debugger.Sebastien Hertz2014-03-131-10/+31
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-3/+13
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-081-0/+7
* Object model changes to support 64bit.Ian Rogers2014-02-061-2/+2