summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Regs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose per arch headers.Christopher Ferris2018-02-081-9/+8
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-111-1/+21
* Split arch data into separate files.Christopher Ferris2017-12-061-579/+32
* unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-151-17/+18
* Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot2017-10-241-0/+87
|\
| * libunwindstack: add method to iterate across registers.Josh Gao2017-10-201-0/+87
* | Multiple bugfixes, small restructuring.Christopher Ferris2017-10-201-1/+1
|/
* Update the Unwinder object and add tests.Christopher Ferris2017-10-041-20/+0
* Add a new unwind method on error.Christopher Ferris2017-09-221-0/+40
* libunwindstack: make machine type a property of Regs.Josh Gao2017-08-251-6/+18
* Speed up StepIfSignalHandler path.Christopher Ferris2017-07-191-17/+30
* Add signal handling to the register object.Christopher Ferris2017-07-181-32/+208
* Make the library usable as a library.Christopher Ferris2017-07-141-13/+8
* Add full support for initing registers.Christopher Ferris2017-07-111-13/+136
* Remove assert, use CHECK instead.Christopher Ferris2017-06-291-2/+2
* Change RegsTmpl to RegsImpl.Christopher Ferris2017-06-011-14/+10
* Elf interface for new unwinder.Christopher Ferris2017-03-091-0/+237