summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/Unwinder.h
AgeCommit message (Expand)Author
2024-01-29Remove unnecessary semicolon.Tushar Agarwal
2022-04-20Use #pragma once header guard.Christopher Ferris
2022-04-20Add the AndroidUnwinder objects.Christopher Ferris
2022-03-14Remove elf_from_memory_not_file from unwinder.Christopher Ferris
2022-02-11Add get initial regs to ThreadUnwinder.Christopher Ferris
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-10-28Maps contains shared_ptr MapInfo objects now.Christopher Ferris
2021-06-14Allow process memory to be set on UnwindFromPid.Christopher Ferris
2021-03-31Allow Unwinder object to be used for local unwinds.Christopher Ferris
2021-03-23Make MapInfo strings shared as wellDavid Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2020-12-08Make Unwinder::frames() mutable.David Srbecky
2020-11-10Add support for doing a local thread unwind.Christopher Ferris
2020-09-24Add arch member into Unwinder object.Christopher Ferris
2020-08-28libunwindstack: expose static version of BuildFrameFromPcOnly.Josh Gao
2020-08-13Set warning for dex pc not in map.Florian Mayer
2020-03-26Move PC-only unwind frame generation to libunwindstack.Mitch Phillips
2019-11-20Move the dexfile support to implementation.Christopher Ferris
2019-08-30Add test of undefined return address.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-29Merge "Allow to move frames out of Unwinder."Treehugger Robot
2019-01-28Allow to move frames out of Unwinder.Florian Mayer
2019-01-23Fix memory leak in UnwinderFromPid object.Christopher Ferris
2019-01-16Add support for UnwinderFromPid object.Christopher Ferris
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-02-21Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris
2018-02-20Add ability to skip function name resolution.Christopher Ferris
2018-02-06Check that dex pc is in a valid map.Christopher Ferris
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-11-29Fix incorrect usage of relative pcs.Christopher Ferris
2017-10-24Add an interface for stopping in certain maps.Christopher Ferris
2017-10-20Multiple bugfixes, small restructuring.Christopher Ferris
2017-10-04Update the Unwinder object and add tests.Christopher Ferris
2017-09-22Add a new unwind method on error.Christopher Ferris