summaryrefslogtreecommitdiff
path: root/runtime/debugger.cc
Commit message (Expand)AuthorAgeFilesLines
* Inclusive language fixesOrion Hodson2020-07-281-3/+3
* Update language to comply with Android’s inclusive language guidanceIan Pedowitz2020-07-241-1/+1
* Remove old JDWP implementation from ARTAlex Light2020-01-291-4203/+62
* Handle nterp in IsForcedInterpreterNeededForUpcallImpl.Nicolas Geoffray2019-12-181-7/+1
* Revert^4 "Walk internal ArtField/ArtMethod pointers"Alex Light2019-10-071-7/+10
* Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers""Nicolas Geoffray2019-10-071-10/+7
* Revert^2 "Walk internal ArtField/ArtMethod pointers"Alex Light2019-10-041-7/+10
* Revert "Walk internal ArtField/ArtMethod pointers"Nicolas Geoffray2019-10-041-10/+7
* Walk internal ArtField/ArtMethod pointersAlex Light2019-10-031-7/+10
* ART: Conditionally install Dbg class callbacksAndreas Gampe2019-06-111-2/+4
* JVMTI Force early returnAlex Light2019-06-101-1/+5
* Add default argument kIsInstrumented=true.Vladimir Marko2019-05-171-2/+2
* Add StackVisitor::SetVRegReference().Vladimir Marko2019-05-081-2/+1
* ObjPtr<>-ify debugger/jdwp.Vladimir Marko2019-05-081-65/+83
* ART: Fix some typesAndreas Gampe2019-04-251-3/+3
* ObjPtr<>-ify Monitor/-Pool.Vladimir Marko2019-04-011-2/+2
* ART: Fix stale reference use in debugger.Vladimir Marko2019-03-291-3/+4
* ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.Vladimir Marko2019-03-291-41/+45
* Revert "Revert "Change state to waiting during aborting the VM""Koji Fukui2019-03-271-0/+1
* ObjPtr<>-ify mirror::ObjectArray.Vladimir Marko2019-03-271-2/+2
* ObjPtr<>-ify mirror::Class.Vladimir Marko2019-03-261-1/+1
* ObjPtr<>-ify String allocations, fix stale refs.Vladimir Marko2019-03-251-1/+1
* Revert "Change state to waiting during aborting the VM"Nicolas Geoffray2019-03-191-1/+0
* Change state to waiting during aborting the VMKoji Fukui2019-03-181-0/+1
* Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage."Nicolas Geoffray2019-01-101-1/+1
|\
| * Deoptimize zygote compiled methods in DeoptimizeBootImage.Nicolas Geoffray2018-12-191-1/+1
* | ART: Move dex structs into own headerAndreas Gampe2019-01-021-1/+1
|/
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-4/+4
* Revert^4 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-191-311/+219
* Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""Nicolas Geoffray2018-11-171-217/+311
* Revert^2 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-311/+217
* Revert "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-217/+311
* ART: Add StackVisitor accepting a lambdaAndreas Gampe2018-11-021-311/+217
* ART: Add string-alloc-inl.hAndreas Gampe2018-10-301-0/+1
* ART: Add class-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-0/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-8/+8
* Cache the value of MterpShouldSwitchInterpreters()David Srbecky2018-10-221-2/+3
* Remove InvokeVirtualOrInterface event from instrumentation.David Srbecky2018-10-041-11/+0
* Refactor DecodeDebugLocalInfoMathieu Chartier2018-09-131-45/+29
* Refactor debug info position visitingMathieu Chartier2018-09-121-70/+35
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-5/+5
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-17/+17
* ObjPtr<>-ify ArtMethod and mirror::Method.Vladimir Marko2018-07-191-1/+1
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-6/+5
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-1/+1
* Revert^6 "Ensure that OSR still is possible with jvmti"Alex Light2018-04-031-0/+5
* Remove unhelpful ExceptionDescribe from DDMS error path.Alex Light2018-03-281-6/+9
* Header library to remove dependence on runtime/David Sehr2018-02-281-1/+1
* Small documentation and stylistic changes.Roland Levillain2018-02-271-3/+3