summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_VMDebug.cc
AgeCommit message (Expand)Author
2025-01-27Update a method's name so it's more clear Mythri Alle
2025-01-21Add support for collecting long running methods Mythri Alle
2024-11-21Log an error for an invalid fd in dumpLowOverheadTraceImpl Mythri Alle
2024-10-23Revert^2 "Add VMDebug_getExecutableMethodFileOffsetsNative" Jiakai Zhang
2024-10-22Revert "Add VMDebug_getExecutableMethodFileOffsetsNative" Jiakai Zhang
2024-10-22Use ScopedObjectAccess instead of ScopedFastNativeObjectAccess Mythri Alle
2024-10-22Add VMDebug_getExecutableMethodFileOffsetsNative Matt Gilbride
2024-09-11Adds an interface to collect on demand art traces Mythri Alle
2024-05-30Appinfo: Make adb the app debug source of truth Fabien Sanglard
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2023-07-26Refactor trace writing into a different class Mythri Alle
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2022-12-21Remove 1.3s "Waiting for Debugger" delay Fabien Sanglard
2022-12-02Remove class root duplicates from well known classes. Vladimir Marko
2022-11-30Change well known method `String.charAt()` to `ArtMethod*`. Vladimir Marko
2022-10-11Reland^2 "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-09-14Revert "Reland "Update instrumentation support for non-java debuggable runtim... Mythri Alle
2022-09-07Reland "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-08-12Revert "Update instrumentation support for non-java debuggable runtimes" Mythri Alle
2022-08-10Update instrumentation support for non-java debuggable runtimes Mythri Alle
2021-09-13[art] Add GetPreOomeGcCount API Sekyeong Heo
2021-05-13[art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs Sekyeong Heo
2020-10-09Remove unused code from dalvik.system.VMDebug. Nicolas Geoffray
2020-08-05Increase region space statistics about allocSize of Heap zhang chuang
2020-07-02Remove unused / unimplemented CorePlatformAPI methods. Nicolas Geoffray
2020-01-29Remove old JDWP implementation from ART Alex Light
2019-07-23ART: Fix Runtime::GetStat Andreas Gampe
2019-04-01Remove ART dependence on property debug.allocTracker.stackDepth Mathieu Chartier
2018-10-25ART: Add array-alloc-inl.h Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-19ART: Fix android-cloexec warnings Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-02Modernize codebase by replacing NULL with nullptr Yi Kong
2018-05-10Implement VMDebug API to mark a class "platform" David Brazdil
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-03-15ART: Clean up Trace Andreas Gampe
2018-02-22native: Cleanup jni usage code Igor Murashkin
2018-01-05ART: Take classloader into account for AttachAgent Andreas Gampe
2017-12-19Add support for selecting alternate JDWP implementations Alex Light
2017-12-01Add VMDebug.getInstancesOfClasses API. Richard Uhler
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-10-06ART: Remove FileDescriptor knowledge Andreas Gampe
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-04-21ART: Add object-readbarrier-inl.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2017-01-25[ART] Prepare profile streaming for framework to use. Shukang Zhou