summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/Elf.h
AgeCommit message (Expand)Author
2022-04-20Use #pragma once header guard.Christopher Ferris
2021-11-19Merge "Add GetPrintableBuildID function to Elf object."Christopher Ferris
2021-11-19Add GetPrintableBuildID function to Elf object.Christopher Ferris
2021-11-16Fix Elf caching.Christopher Ferris
2021-05-13MapInfo: Lazy allocation of ELF-related fields.David Srbecky
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2021-03-09Add method to get the address and size of the .text section.David Srbecky
2020-10-02libunwindstack: Support signal frame CIEs.Ryan Prichard
2020-09-24Add arch member into Unwinder object.Christopher Ferris
2019-12-03Fix support finding global variables.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-04-12Fix pc/function name for signal handler frame.Christopher Ferris
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-03-29Check for data races when reading JIT/DEX entries.David Srbecky
2019-03-13Add support for displaying soname in an apk.Christopher Ferris
2019-01-17Add caching of build id in MapInfo object.Christopher Ferris
2018-12-05Read .note.gnu.build-id.Florian Mayer
2018-10-29Verify that the elf matches the expected arch.Christopher Ferris
2018-10-23Always init gnu_debugdata interface if it exists.Christopher Ferris
2018-10-12Fix up the definition of Elf::GetInfo.Christopher Ferris
2018-05-17Fix bug when doing signal handler lookup.Christopher Ferris
2018-02-16Modify elf cache to handle elf_offsets properly.Christopher Ferris
2018-01-25Add a global elf cache.Christopher Ferris
2018-01-24Add error propagation into Unwinder/Elf objects.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-11Add libunwindstack support for Mips and Mips64Douglas Leung
2017-12-06Split arch data into separate files.Christopher Ferris
2017-12-05Demand read load bias for a map.Christopher Ferris
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-09-22Add a new unwind method on error.Christopher Ferris
2017-08-30Add proper support for embedded elf files.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris