summaryrefslogtreecommitdiff
path: root/libunwindstack/DwarfSection.cpp
AgeCommit message (Expand)Author
2020-07-14libunwindstack: support for Armv8.3-A Pointer AuthenticationTamas Petz
2020-02-22Rewrite DwarfSectionImpl::InsertFdeDavid Srbecky
2019-10-29Fix potential bad info in eh_frame_hdr.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-04-01Add minimal support for Dwarf 5.Christopher Ferris
2018-09-19Fix implicit fall through switch cases.Christopher Ferris
2018-06-27Refactor the DwarfSection classes.Christopher Ferris
2018-06-11Fix handling of load bias values.Christopher Ferris
2018-03-29Cache DWARF location rules for a given pc.David Srbecky
2018-03-16Always set the sp reg to the cfa for DWARF.Yabin Cui
2018-03-08Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky
2018-02-13Implement new DEX PC lookup scheme.Christopher Ferris
2018-01-24Add error propagation into Unwinder/Elf objects.Christopher Ferris
2018-01-24Small behavioral changes to the unwinder.Christopher Ferris
2018-01-17Add support for getting a dex pc.Christopher Ferris
2017-11-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
2017-11-07Add support for only a .eh_frame.Christopher Ferris
2017-11-05Fix nullptr dereference.Christopher Ferris
2017-10-31Move sp/pc not changing check into Unwinder.Christopher Ferris
2017-10-23If the pc is set to zero, the unwind is done.Christopher Ferris
2017-09-22Add a new unwind method on error.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-06-01Change RegsTmpl to RegsImpl.Christopher Ferris
2017-06-01Add DwarfSection classes.Christopher Ferris