summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/ElfInterface.h
AgeCommit message (Expand)Author
2024-01-03Add support for compressed section data.Christopher Ferris
2023-11-14Use a shared_ptr for Elf memory objects.Christopher Ferris
2023-11-09Move information about sections into a struct.Christopher Ferris
2022-04-20Use #pragma once header guard.Christopher Ferris
2021-03-30Implement random-access decompression for mini-debug-info.David 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-11-26Cleanup templating in ElfInterfaceDavid Srbecky
2020-10-02libunwindstack: Support signal frame CIEs.Ryan Prichard
2019-12-03Fix support finding global variables.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.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-08-03Be permissive about badly formed elf files.Christopher Ferris
2018-07-12Remove Memory::ReadField.Christopher Ferris
2018-06-22Fix ARM program header values used for exidx.Christopher Ferris
2018-06-11Fix handling of load bias values.Christopher Ferris
2018-02-15Fix soname reading code.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-15Fix issues in libunwindstack.Christopher Ferris
2017-12-05Demand read load bias for a map.Christopher Ferris
2017-11-07Add support for only a .eh_frame.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