summaryrefslogtreecommitdiffstats
path: root/libunwindstack/DwarfSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-191-10/+1
* Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky2018-03-121-10/+2
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-131-50/+30
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-62/+105
* Small behavioral changes to the unwinder.Christopher Ferris2018-01-241-3/+2
* Add support for getting a dex pc.Christopher Ferris2018-01-171-71/+112
* unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-3/+4
* Add support for only a .eh_frame.Christopher Ferris2017-11-071-4/+300
* Fix nullptr dereference.Christopher Ferris2017-11-051-0/+4
* Move sp/pc not changing check into Unwinder.Christopher Ferris2017-10-311-3/+2
* If the pc is set to zero, the unwind is done.Christopher Ferris2017-10-231-2/+4
* Add a new unwind method on error.Christopher Ferris2017-09-221-5/+8
* Make the library usable as a library.Christopher Ferris2017-07-141-7/+19
* Change RegsTmpl to RegsImpl.Christopher Ferris2017-06-011-1/+1
* Add DwarfSection classes.Christopher Ferris2017-06-011-0/+543