summaryrefslogtreecommitdiff
path: root/runtime/jit/debugger_interface.cc
AgeCommit message (Expand)Author
2021-03-22Fix reported dex file size to libunwindstack. David Srbecky
2020-12-09Exclude zygote methods from FreeAllMethodHeaders DCHECK David Srbecky
2020-03-25Add more logging and sanity checks for JIT mini-debug-info. David Srbecky
2020-03-12Refactor RemoveNativeDebugInfoForJit. David Srbecky
2020-02-20JIT mini-debug-info: Insert application entries at the head. David Srbecky
2020-02-20Fix iteration in RemoveNativeDebugInfoForJit David Srbecky
2019-10-18JIT mini-debug-info: Append packed entries towards end. David Srbecky
2019-10-08JIT mini-debug-info: Compression micro-optimization. David Srbecky
2019-10-05JIT mini-debug-info: Add back timestamps. David Srbecky
2019-09-27Call NativeDebugInfoPostFork in the child post-fork. Nicolas Geoffray
2019-09-20JIT mini-debug-info: Add support for zygote shared memory David Srbecky
2019-09-01Fix JIT data dual mapping for apps. David Srbecky
2019-08-28JIT mini-debug-info: Support JIT data dual mapping. David Srbecky
2019-08-22JIT mini-debug-info: Allocate entries in the JIT data space. David Srbecky
2019-08-16JIT mini-debug-info: Remove global maps. David Srbecky
2019-04-29Fix DWARF line-number generation for JITed methods. David Srbecky
2019-04-10Fix flaky 137-cfi test. David Srbecky
2019-04-07Split JIT mini-debug-info packing and compression to two phases. David Srbecky
2019-02-18Refactor ElfDebugReader. David Srbecky
2018-12-21Allow multiple native debug entries with same address. David Srbecky
2018-12-14Pack JIT mini-debug-infos together. David Srbecky
2018-12-11Cleanup native debug interface api. David Srbecky
2018-09-20Revert^2 "ART: Refactor typedef to using" Andreas Gampe
2018-09-20Revert "ART: Refactor typedef to using" Andreas Gampe
2018-09-19ART: Refactor typedef to using Andreas Gampe
2018-03-15More JIT debug data synchronisation. David Srbecky
2018-02-21Add timestamps to JIT/DEX native debug info. David Srbecky
2018-02-02Create list of open dex files for libbacktrace. David Srbecky
2018-01-19Refactor jit debugger interface and its ELF creation. David Srbecky
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-05-19Avoid binding const references to temporaries. Vladimir Marko
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2016-03-15Call __jit_debug_register_code() indirectly via global variable. David Srbecky
2016-01-13Report DWARF debug information for JITed code. David Srbecky
2015-12-17Move JIT debugger interface code to its own file. David Srbecky