summaryrefslogtreecommitdiff
path: root/libunwindstack/Elf.cpp
AgeCommit message (Expand)Author
2021-06-23Fix up the log system.Christopher Ferris
2021-06-23Make sure all logging is using the native log code.Christopher Ferris
2021-05-13MapInfo: Lazy allocation of ELF-related fields.David Srbecky
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add get accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add "_" suffix to fields.David Srbecky
2021-03-30Implement random-access decompression for mini-debug-info.David Srbecky
2021-03-23Make MapInfo strings shared as wellDavid 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
2021-03-01Add error code for invalid elf file.Yabin Cui
2020-10-02libunwindstack: Support signal frame CIEs.Ryan Prichard
2020-04-27Fix GetGlobalVariableOffset with tagged pointer in aarch64Yong Li
2019-12-04Use elf offset in signal step check.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-06-11Fix handling of load bias values.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-15Fix issues in libunwindstack.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-12-02Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.Christopher Ferris
2017-11-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
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-19Speed up StepIfSignalHandler path.Christopher Ferris
2017-07-18Add signal handling to the register object.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-06-28Add .gnu_debugdata support.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris