summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/RegsTest.cpp
AgeCommit message (Expand)Author
2024-03-05Update riscv64 handling.Christopher Ferris
2024-02-02Add support for riscv 64 vlenb.Christopher Ferris
2023-11-14Use a shared_ptr for Elf memory objects.Christopher Ferris
2023-10-10Add missing riscv64 test cases.Christopher Ferris
2023-07-10Remove mips support.Christopher Ferris
2022-10-24[RFC]Add riscv64 supportGuo Ren
2021-10-15Maps contains shared_ptr MapInfo objects now.Christopher Ferris
2021-06-17Move MemoryFake into utils/ directory.Zach Ghera
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add get accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add "_" suffix to fields.David Srbecky
2021-04-23libunwindstack: try stripping PAC from pcTamas Zsoldos
2020-07-14libunwindstack: support for Armv8.3-A Pointer AuthenticationTamas Petz
2020-03-19Make GetPcAdjustment a free function.Peter Collingbourne
2020-01-22Properly handle empty map after read-only map.Christopher Ferris
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-04-20libunwindstack: add Regs::Clone.Josh Gao
2018-03-28Fix null pointer dereference in RegsArm.Christopher Ferris
2018-03-16Always set the sp reg to the cfa for DWARF.Yabin Cui
2018-02-21Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris
2018-01-25Add a global elf cache.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-11Add libunwindstack support for Mips and Mips64Douglas Leung
2017-12-06Split arch data into separate files.Christopher Ferris
2017-11-28Allow multiple threads sharing a map to unwind.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
2017-08-25libunwindstack: make machine type a property of Regs.Josh Gao
2017-07-19Speed up StepIfSignalHandler path.Christopher Ferris
2017-07-18Add signal handling to the register object.Christopher Ferris
2017-07-14Make the library usable as a library.Christopher Ferris
2017-07-11Add full support for initing registers.Christopher Ferris
2017-06-01Change RegsTmpl to RegsImpl.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris
2017-01-25New version of unwinder.Christopher Ferris