summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Unwinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-171-2/+1
* Support a map that represents gdb jit elf data.Yabin Cui2018-03-211-5/+11
* Don't include map name if the consumer doesn't want names.David Srbecky2018-03-191-2/+6
* Remove leftover commented out code.Christopher Ferris2018-03-061-1/+0
* Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris2018-02-211-17/+15
* Add ability to skip function name resolution.Christopher Ferris2018-02-201-1/+6
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-131-0/+1
* Fix computation of pc.Christopher Ferris2018-02-121-1/+1
* Clear dex pc to avoid duplicate frames.Christopher Ferris2018-02-121-0/+2
* Check that dex pc is in a valid map.Christopher Ferris2018-02-061-7/+12
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-021-39/+12
* Fix symbol resolution within a dex file.David Srbecky2018-02-011-1/+2
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-311-1/+78
* Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-241-0/+8
* Add support for getting a dex pc.Christopher Ferris2018-01-171-0/+1
* Add ability to read jit gdb data.Christopher Ferris2018-01-121-9/+32
* Do not check arch for format check.Christopher Ferris2017-12-081-1/+1
* Split arch data into separate files.Christopher Ferris2017-12-061-2/+1
* Fix incorrect usage of relative pcs.Christopher Ferris2017-11-291-13/+15
* Move sp/pc not changing check into Unwinder.Christopher Ferris2017-10-311-1/+9
* Add an interface for stopping in certain maps.Christopher Ferris2017-10-241-6/+11
* Multiple bugfixes, small restructuring.Christopher Ferris2017-10-201-3/+17
* Fix setting of map_offset in frame data.Christopher Ferris2017-10-171-1/+1
* Update the Unwinder object and add tests.Christopher Ferris2017-10-041-16/+54
* Add a new unwind method on error.Christopher Ferris2017-09-221-0/+145