summaryrefslogtreecommitdiff
path: root/runtime/debugger.cc
AgeCommit message (Expand)Author
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2020-07-28Inclusive language fixes Orion Hodson
2020-07-24Update language to comply with Android’s inclusive language guidance Ian Pedowitz
2020-01-29Remove old JDWP implementation from ART Alex Light
2019-12-18Handle nterp in IsForcedInterpreterNeededForUpcallImpl. Nicolas Geoffray
2019-10-07Revert^4 "Walk internal ArtField/ArtMethod pointers" Alex Light
2019-10-07Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" Nicolas Geoffray
2019-10-04Revert^2 "Walk internal ArtField/ArtMethod pointers" Alex Light
2019-10-04Revert "Walk internal ArtField/ArtMethod pointers" Nicolas Geoffray
2019-10-03Walk internal ArtField/ArtMethod pointers Alex Light
2019-06-11ART: Conditionally install Dbg class callbacks Andreas Gampe
2019-06-10JVMTI Force early return Alex Light
2019-05-17Add default argument kIsInstrumented=true. Vladimir Marko
2019-05-08Add StackVisitor::SetVRegReference(). Vladimir Marko
2019-05-08ObjPtr<>-ify debugger/jdwp. Vladimir Marko
2019-04-25ART: Fix some types Andreas Gampe
2019-04-01ObjPtr<>-ify Monitor/-Pool. Vladimir Marko
2019-03-29ART: Fix stale reference use in debugger. Vladimir Marko
2019-03-29ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. Vladimir Marko
2019-03-27Revert "Revert "Change state to waiting during aborting the VM"" Koji Fukui
2019-03-27ObjPtr<>-ify mirror::ObjectArray. Vladimir Marko
2019-03-26ObjPtr<>-ify mirror::Class. Vladimir Marko
2019-03-25ObjPtr<>-ify String allocations, fix stale refs. Vladimir Marko
2019-03-19Revert "Change state to waiting during aborting the VM" Nicolas Geoffray
2019-03-18Change state to waiting during aborting the VM Koji Fukui
2019-01-10Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." Nicolas Geoffray
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-19Deoptimize zygote compiled methods in DeoptimizeBootImage. Nicolas Geoffray
2018-11-29C++17 compatibility: make WITH_TIDY=1 happy again. Elliott Hughes
2018-11-19Revert^4 "ART: Add StackVisitor accepting a lambda" Andreas Gampe
2018-11-17Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" Nicolas Geoffray
2018-11-16Revert^2 "ART: Add StackVisitor accepting a lambda" Andreas Gampe
2018-11-16Revert "ART: Add StackVisitor accepting a lambda" Andreas Gampe
2018-11-02ART: Add StackVisitor accepting a lambda Andreas Gampe
2018-10-30ART: Add string-alloc-inl.h Andreas Gampe
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2018-10-25ART: Add array-alloc-inl.h Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-22Cache the value of MterpShouldSwitchInterpreters() David Srbecky
2018-10-04Remove InvokeVirtualOrInterface event from instrumentation. David Srbecky
2018-09-13Refactor DecodeDebugLocalInfo Mathieu Chartier
2018-09-12Refactor debug info position visiting Mathieu Chartier
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-07-19ObjPtr<>-ify ArtMethod and mirror::Method. Vladimir Marko
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-04-03Revert^6 "Ensure that OSR still is possible with jvmti" Alex Light
2018-03-28Remove unhelpful ExceptionDescribe from DDMS error path. Alex Light
2018-02-28Header library to remove dependence on runtime/ David Sehr