summaryrefslogtreecommitdiff
path: root/libunwindstack/Unwinder.cpp
AgeCommit message (Expand)Author
2020-03-26Move PC-only unwind frame generation to libunwindstack.Mitch Phillips
2020-03-19Make GetPcAdjustment a free function.Peter Collingbourne
2019-11-20Move the dexfile support to implementation.Christopher Ferris
2019-08-30Add test of undefined return address.Christopher Ferris
2019-07-17Move to the libc++ demangler.Christopher Ferris
2019-06-04Display offsets for dex frames.Christopher Ferris
2019-05-03Ignore memory from elf on /memfd:Christopher Ferris
2019-04-18Add indicator that an elf is memory backed.Christopher Ferris
2019-04-12Fix pc/function name for signal handler frame.Christopher Ferris
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-03-29Check for data races when reading JIT/DEX entries.David Srbecky
2019-03-26Add BuildId to frame information.Christopher Ferris
2019-03-13Add support for displaying soname in an apk.Christopher Ferris
2019-01-24Fix crash in libunwindstack.Florian Mayer
2019-01-22Remove unused jit_debug unique_ptr.Florian Mayer
2019-01-16Add support for UnwinderFromPid object.Christopher Ferris
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-12-13Do not remove speculative frames in all cases.Christopher Ferris
2018-10-29Verify that the elf matches the expected arch.Christopher Ferris
2018-10-23Always init gnu_debugdata interface if it exists.Christopher Ferris
2018-10-12Fix problem adding too many frames.Christopher Ferris
2018-05-17Fix bug when doing signal handler lookup.Christopher Ferris
2018-03-21Support a map that represents gdb jit elf data.Yabin Cui
2018-03-19Don't include map name if the consumer doesn't want names.David Srbecky
2018-03-06Remove leftover commented out code.Christopher Ferris
2018-02-21Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris
2018-02-20Add ability to skip function name resolution.Christopher Ferris
2018-02-13Implement new DEX PC lookup scheme.Christopher Ferris
2018-02-12Fix computation of pc.Christopher Ferris
2018-02-12Clear dex pc to avoid duplicate frames.Christopher Ferris
2018-02-06Check that dex pc is in a valid map.Christopher Ferris
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-02-01Fix symbol resolution within a dex file.David Srbecky
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris
2018-01-24Add error propagation into Unwinder/Elf objects.Christopher Ferris
2018-01-17Add support for getting a dex pc.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-08Do not check arch for format check.Christopher Ferris
2017-12-06Split arch data into separate files.Christopher Ferris
2017-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-10-31Move sp/pc not changing check into Unwinder.Christopher Ferris
2017-10-24Add an interface for stopping in certain maps.Christopher Ferris
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-10-17Fix setting of map_offset in frame data.Christopher Ferris
2017-10-04Update the Unwinder object and add tests.Christopher Ferris
2017-09-22Add a new unwind method on error.Christopher Ferris