summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Selective deoptimization.Sebastien Hertz2014-01-131-4/+22
* Minor field name cleanup in debugger.Sebastien Hertz2013-11-251-15/+15
* Merge "Move single-step control into thread." into dalvik-devSebastien Hertz2013-11-201-2/+36
|\
| * Move single-step control into thread.Sebastien Hertz2013-11-191-2/+36
* | Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events.Jeff Hao2013-11-191-1/+7
|/
* StringPiece clean up.Ian Rogers2013-09-241-1/+1
* Fix thread status in THST chunk to use JDWP thread state.Jeff Hao2013-08-291-0/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+5
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/newline issuesBrian Carlstrom2013-07-171-1/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+432