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