Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always set the sp reg to the cfa for DWARF. | Yabin Cui | 2018-03-19 | 1 | -10/+1 |
* | Don't implicitly dereference DW_CFA_def_cfa_expression. | David Srbecky | 2018-03-12 | 1 | -10/+2 |
* | Implement new DEX PC lookup scheme. | Christopher Ferris | 2018-02-13 | 1 | -50/+30 |
* | Add error propagation into Unwinder/Elf objects. | Christopher Ferris | 2018-01-24 | 1 | -62/+105 |
* | Small behavioral changes to the unwinder. | Christopher Ferris | 2018-01-24 | 1 | -3/+2 |
* | Add support for getting a dex pc. | Christopher Ferris | 2018-01-17 | 1 | -71/+112 |
* | unwindstack: rename Memory::Read to ReadFully. | Josh Gao | 2017-11-15 | 1 | -3/+4 |
* | Add support for only a .eh_frame. | Christopher Ferris | 2017-11-07 | 1 | -4/+300 |
* | Fix nullptr dereference. | Christopher Ferris | 2017-11-05 | 1 | -0/+4 |
* | Move sp/pc not changing check into Unwinder. | Christopher Ferris | 2017-10-31 | 1 | -3/+2 |
* | If the pc is set to zero, the unwind is done. | Christopher Ferris | 2017-10-23 | 1 | -2/+4 |
* | Add a new unwind method on error. | Christopher Ferris | 2017-09-22 | 1 | -5/+8 |
* | Make the library usable as a library. | Christopher Ferris | 2017-07-14 | 1 | -7/+19 |
* | Change RegsTmpl to RegsImpl. | Christopher Ferris | 2017-06-01 | 1 | -1/+1 |
* | Add DwarfSection classes. | Christopher Ferris | 2017-06-01 | 1 | -0/+543 |