summaryrefslogtreecommitdiffstats
path: root/libunwindstack/tests/UnwinderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-191-39/+39
* Add ability to skip function name resolution.Christopher Ferris2018-02-201-0/+61
* Fix computation of pc.Christopher Ferris2018-02-121-0/+72
* Clear dex pc to avoid duplicate frames.Christopher Ferris2018-02-121-0/+58
* Check that dex pc is in a valid map.Christopher Ferris2018-02-061-0/+86
* Add a global elf cache.Christopher Ferris2018-01-251-5/+5
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-0/+13
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-111-0/+14
* Do not check arch for format check.Christopher Ferris2017-12-081-26/+70
* Split arch data into separate files.Christopher Ferris2017-12-061-5/+5
* Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-281-46/+15
* Move sp/pc not changing check into Unwinder.Christopher Ferris2017-10-311-0/+66
* Add an interface for stopping in certain maps.Christopher Ferris2017-10-241-3/+3
* Multiple bugfixes, small restructuring.Christopher Ferris2017-10-201-2/+72
* Fix setting of map_offset in frame data.Christopher Ferris2017-10-171-0/+37
* Update the Unwinder object and add tests.Christopher Ferris2017-10-041-0/+576