summaryrefslogtreecommitdiffstats
path: root/libunwindstack/ElfInterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Memory::ReadField.Christopher Ferris2018-07-121-64/+7
* Fix ARM program header values used for exidx.Christopher Ferris2018-06-221-1/+1
* Fix handling of load bias values.Christopher Ferris2018-06-111-23/+14
* Match LZMA SDK 18.05 API.Sen Jiang2018-05-041-3/+3
* Fix soname reading code.Christopher Ferris2018-02-151-44/+27
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-0/+98
* Small behavioral changes to the unwinder.Christopher Ferris2018-01-241-14/+19
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-0/+45
* Fix issues in libunwindstack.Christopher Ferris2017-12-151-3/+16
* Demand read load bias for a map.Christopher Ferris2017-12-051-0/+23
* unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-5/+5
* Add support for only a .eh_frame.Christopher Ferris2017-11-071-3/+21
* Multiple bugfixes, small restructuring.Christopher Ferris2017-10-201-19/+13
* Add a new unwind method on error.Christopher Ferris2017-09-221-4/+3
* Add proper support for embedded elf files.Christopher Ferris2017-08-301-0/+19
* Make the library usable as a library.Christopher Ferris2017-07-141-5/+10
* Add .gnu_debugdata support.Christopher Ferris2017-06-281-0/+58
* Add section parsing and function name handling.Christopher Ferris2017-06-231-13/+95
* Add EH frame and debug frame support.Christopher Ferris2017-06-161-0/+26
* Add overflow checks in Memory objects.Christopher Ferris2017-04-031-17/+17
* Elf interface for new unwinder.Christopher Ferris2017-03-091-0/+223