index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
debug
/
elf_debug_writer.cc
Age
Commit message (
Expand
)
Author
2021-07-16
Revert "libelffile: move to DWARF3 when writing .debug_frame."
David Srbecky
2021-07-01
libelffile: move to DWARF3 when writing .debug_frame.
Yabin Cui
2020-03-19
Consider thumb bit when repacking and compressing JIT mini-debug-info.
David Srbecky
2019-08-28
JIT mini-debug-info: Support JIT data dual mapping.
David Srbecky
2019-08-16
JIT mini-debug-info: Remove global maps.
David Srbecky
2019-04-07
Split JIT mini-debug-info packing and compression to two phases.
David Srbecky
2019-03-25
Move elf_utils.h to libelffile library as well.
David Srbecky
2019-03-20
Create libelffile library for ELF file manipulation.
David Srbecky
2019-02-18
Refactor ElfDebugReader.
David Srbecky
2019-02-15
Merge "Generate CFI for stackless methods."
David Srbecky
2019-02-14
Generate CFI for stackless methods.
David Srbecky
2019-02-12
Remove oat_patches from the DWARF writer.
David Srbecky
2019-02-12
Remove support for generating .eh_frame ELF section.
David Srbecky
2019-02-01
Allow empty mini-debug-info ELF section.
David Srbecky
2019-01-07
Merge "Fix CFI tests for heap poisoning."
David Srbecky
2019-01-07
Fix CFI tests for heap poisoning.
David Srbecky
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-14
Pack JIT mini-debug-infos together.
David Srbecky
2018-12-07
Merge "Add xz decompression method."
David Srbecky
2018-12-07
Add xz decompression method.
David Srbecky
2018-12-05
Simplify MakeElfFileForJIT
David Srbecky
2018-07-17
Compress mini-debug-info in small chunks.
David Srbecky
2018-02-21
Don't compress the JIT mini-debug-info if we have just 1 method.
David Srbecky
2018-01-19
Refactor jit debugger interface and its ELF creation.
David Srbecky
2018-01-12
Generate debug symbols for interpreted methods.
David Srbecky
2017-12-14
Add mini-debug-info generation mode for JIT.
David Srbecky
2017-09-20
Refactor linker files from compiler/ to dex2oat/.
Vladimir Marko
2017-09-19
Merge "DWARF: Allow compilation units to contain methods out of order."
David Srbecky
2017-09-18
Add debug info for link-time generated thunks.
Vladimir Marko
2017-09-18
DWARF: Allow compilation units to contain methods out of order.
David Srbecky
2017-05-30
ART: Clean up heap headers
Andreas Gampe
2016-09-14
Move ArrayRef to runtime/base
David Brazdil
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-04-13
Move Assemblers to the Arena.
Vladimir Marko
2016-03-11
Add trampoline symbols to native debug info.
David Srbecky
2016-03-10
Allow generation of native debug info for multiple methods.
David Srbecky
2016-03-10
Refactor MethodDebugInfo (input of DWARF writer).
David Srbecky
2016-03-08
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-02-08
Split elf_writer_debug.cc to several files.
David Srbecky