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