summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Elf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add caching of build id in MapInfo object.Christopher Ferris2019-01-171-2/+23
* Read .note.gnu.build-id.Florian Mayer2018-12-051-0/+4
* Verify that the elf matches the expected arch.Christopher Ferris2018-10-291-0/+5
* Always init gnu_debugdata interface if it exists.Christopher Ferris2018-10-231-6/+2
* Fix up the definition of Elf::GetInfo.Christopher Ferris2018-10-121-7/+7
* Fix handling of load bias values.Christopher Ferris2018-06-111-7/+6
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-171-3/+3
* Modify elf cache to handle elf_offsets properly.Christopher Ferris2018-02-161-9/+46
* Add a global elf cache.Christopher Ferris2018-01-251-0/+42
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-0/+20
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-0/+48
* Fix issues in libunwindstack.Christopher Ferris2017-12-151-9/+2
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-111-2/+8
* Split arch data into separate files.Christopher Ferris2017-12-061-9/+10
* Demand read load bias for a map.Christopher Ferris2017-12-051-0/+18
* Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot2017-12-021-5/+5
|\
| * unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-5/+5
* | Fix incorrect usage of relative pcs.Christopher Ferris2017-11-291-6/+6
* | Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-281-0/+5
|/
* Multiple bugfixes, small restructuring.Christopher Ferris2017-10-201-19/+30
* Add a new unwind method on error.Christopher Ferris2017-09-221-5/+11
* Add proper support for embedded elf files.Christopher Ferris2017-08-301-0/+22
* Speed up StepIfSignalHandler path.Christopher Ferris2017-07-191-1/+1
* Add signal handling to the register object.Christopher Ferris2017-07-181-4/+6
* Make the library usable as a library.Christopher Ferris2017-07-141-4/+41
* Add .gnu_debugdata support.Christopher Ferris2017-06-281-0/+22
* Elf interface for new unwinder.Christopher Ferris2017-03-091-0/+113