summaryrefslogtreecommitdiff
path: root/libunwindstack/Regs.cpp
AgeCommit message (Expand)Author
2020-03-19Make GetPcAdjustment a free function.Peter Collingbourne
2020-03-06Remove mips build.Elliott Hughes
2018-02-08Expose per arch headers.Christopher Ferris
2017-12-11Add libunwindstack support for Mips and Mips64Douglas Leung
2017-12-06Split arch data into separate files.Christopher Ferris
2017-11-15unwindstack: rename Memory::Read to ReadFully.Josh Gao
2017-10-24Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot
2017-10-20libunwindstack: add method to iterate across registers.Josh Gao
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-29Remove assert, use CHECK instead.Christopher Ferris
2017-06-01Change RegsTmpl to RegsImpl.Christopher Ferris
2017-03-09Elf interface for new unwinder.Christopher Ferris