summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tests/DwarfSectionImplTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cache DWARF location rules for a given pc.David Srbecky2018-03-291-1/+2
* Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-191-22/+22
* Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky2018-03-121-7/+5
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-131-8/+9
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-20/+25
* Add support for getting a dex pc.Christopher Ferris2018-01-171-9/+63
* Add support for only a .eh_frame.Christopher Ferris2017-11-071-21/+7
* Move sp/pc not changing check into Unwinder.Christopher Ferris2017-10-311-19/+3
* If the pc is set to zero, the unwind is done.Christopher Ferris2017-10-231-1/+18
* Update the Unwinder object and add tests.Christopher Ferris2017-10-041-19/+19
* Add a new unwind method on error.Christopher Ferris2017-09-221-22/+51
* Make the library usable as a library.Christopher Ferris2017-07-141-1/+8
* Add DwarfSection classes.Christopher Ferris2017-06-011-0/+832