summaryrefslogtreecommitdiffstats
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* JDWP: update handling of 8-bit and 16-bit fieldsSebastien Hertz2015-06-121-49/+121
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-96/+173
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-108/+103
* Fix single-step in native threadSebastien Hertz2015-05-281-1/+3
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* JDWP: fix breakpoint on catch statementSebastien Hertz2015-05-261-0/+20
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-201-1/+2
* JDWP: more GC safetySebastien Hertz2015-05-181-4/+5
* Hold heap bitmap lock in Heap::GetObjectsAllocatedMathieu Chartier2015-05-121-0/+1
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-11/+25
* Merge "Support multiple instrumentation clients"Sebastien Hertz2015-05-071-3/+6
|\
| * Support multiple instrumentation clientsSebastien Hertz2015-05-071-3/+6
* | JDWP: properly combine location eventsSebastien Hertz2015-04-291-10/+66
|/
* Merge "Replace String CharArray with internal uint16_t array."Jeff Hao2015-04-281-1/+1
|\
| * Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-1/+1
* | Fix mismatched malloc/free delete/new.Christopher Ferris2015-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