summaryrefslogtreecommitdiff
path: root/libunwindstack/ElfInterface.cpp
AgeCommit message (Expand)Author
2021-06-30Move compression memory object into its own file.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
2020-04-16Optimize Memory::ReadStringDavid Srbecky
2020-03-31Fix off-by-one in ReadBuildIDFromMemory.Peter Collingbourne
2019-12-19Fix handling of possible bad gnu_debugdata_size.Christopher Ferris
2019-12-03Fix support finding global variables.Christopher Ferris
2019-10-29Fix potential bad info in eh_frame_hdr.Christopher Ferris
2019-10-21Fix handling of PT_GNU_EH_FRAME.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-10-02Fix static GetLoadBias function.Christopher Ferris
2019-07-09Fix missing load bias.Florian Mayer
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2019-04-06Merge "Revert "Check for data races when reading JIT/DEX entries.""Treehugger Robot
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-04-03Fix off by one reading build id.Christopher Ferris
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
2019-01-15Fix usage of Read instead of ReadFully.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-05-04Match LZMA SDK 18.05 API.Sen Jiang
2018-02-15Fix soname reading code.Christopher Ferris
2018-01-24Add error propagation into Unwinder/Elf objects.Christopher Ferris
2018-01-24Small behavioral changes to the unwinder.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-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
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
2017-06-28Add .gnu_debugdata support.Christopher Ferris
2017-06-23Add section parsing and function name handling.Christopher Ferris
2017-06-16Add EH frame and debug frame support.Christopher Ferris
2017-04-03Add overflow checks in Memory objects.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris