summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Speed up single-stepping"Sebastien Hertz2014-04-221-8/+46
|\
| * Speed up single-steppingSebastien Hertz2014-04-091-8/+46
* | Merge "Prepare field watchpoint support"Sebastien Hertz2014-04-151-38/+108
|\ \
| * | Prepare field watchpoint supportSebastien Hertz2014-04-151-38/+108
| |/
* / Clear unused roots from debuggerSebastien Hertz2014-04-141-11/+31
|/
* JDWP request is parsed incorrectly due to junk in the descriptornikolay serdjuk2014-04-071-1/+2
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-1/+1
* Merge "Return correct JDWP type tag for array class"Sebastien Hertz2014-04-011-11/+17
|\
| * Return correct JDWP type tag for array classSebastien Hertz2014-03-311-11/+17
* | Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-281-1/+0
|/
* Support inlining with breakpointSebastien Hertz2014-03-271-44/+113
* Merge "Refactor deoptimization support in debugger"Sebastien Hertz2014-03-271-70/+115
|\
| * Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-70/+115
* | Fix alloc tracker locking issueSebastien Hertz2014-03-261-11/+16
|/
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-3/+39
* Merge "Fix JDWP ObjectReference.InvokeMethod for virtual method call."Sebastien Hertz2014-03-201-2/+2
|\
| * Fix JDWP ObjectReference.InvokeMethod for virtual method call.Sebastien Hertz2014-03-201-2/+2
* | Fix thread suspension in ObjectReference.MonitorInfo JDWP command.Sebastien Hertz2014-03-191-4/+5
|/
* Fix debugger crash in native method frames.Sebastien Hertz2014-03-171-23/+55
* Refactor reflective method invocation.Ian Rogers2014-03-141-5/+3
* Merge "Fix debugger crashes in presence of proxy objects."Sebastien Hertz2014-03-131-0/+3
|\
| * Fix debugger crashes in presence of proxy objects.Sebastien Hertz2014-03-131-0/+3
* | Fix thread suspension assertion in debugger.Sebastien Hertz2014-03-131-20/+19
|/
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-45/+47
* Make allocations report usable size.Ian Rogers2014-02-261-1/+3
* Fix debugger disconnection crash.Sebastien Hertz2014-02-251-14/+18
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-39/+58
* Fix deoptimization deadlockSebastien Hertz2014-02-201-1/+1
* Merge "Do not set ACC_SUPER flag for interfaces"Sebastien Hertz2014-02-201-2/+5
|\
| * Do not set ACC_SUPER flag for interfacesYevgeny Rouban2014-02-201-2/+5
* | Remove blacklistSebastien Hertz2014-02-171-4/+7
|/
* Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-1/+1
|\
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-1/+1
* | Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-4/+4
|/
* Make debugger / jdwp compaction safe.Mathieu Chartier2014-02-081-6/+58
* Merge "Fix JDWP thread crash."Sebastien Hertz2014-02-071-0/+2
|\
| * Fix JDWP thread crash.Sebastien Hertz2014-02-061-0/+2
* | Object model changes to support 64bit.Ian Rogers2014-02-061-21/+24
|/
* Fix JDWP IsCollected command handling.Sebastien Hertz2014-01-141-5/+9
* Selective deoptimization.Sebastien Hertz2014-01-131-11/+146
* Merge "Manage JDWP errors related to garbage collection."Sebastien Hertz2013-12-121-0/+19
|\
| * Manage JDWP errors related to garbage collection.Sebastien Hertz2013-12-121-0/+19
* | Merge "Fix null argument handling during invoke from JDWP."Sebastien Hertz2013-12-121-1/+1
|\ \
| * | Fix null argument handling during invoke from JDWP.Sebastien Hertz2013-12-121-1/+1
| |/
* | Merge "Enable moving classes."Mathieu Chartier2013-12-111-9/+9
|\ \
| * | Enable moving classes.Mathieu Chartier2013-12-101-9/+9
| |/
* / Fix JDWP class-only modifier.Sebastien Hertz2013-12-051-1/+2
|/
* Fix JDWP single-step removal.Sebastien Hertz2013-11-261-1/+1
* Merge "Minor field name cleanup in debugger." into dalvik-devSebastien Hertz2013-11-251-17/+17
|\
| * Minor field name cleanup in debugger.Sebastien Hertz2013-11-251-17/+17