Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix another nullptr dereference. | Christopher Ferris | 2017-11-08 | 2 | -4/+19 |
* | Add support for only a .eh_frame. | Christopher Ferris | 2017-11-07 | 15 | -695/+1198 |
* | Fix nullptr dereference. | Christopher Ferris | 2017-11-05 | 2 | -1/+17 |
* | Move sp/pc not changing check into Unwinder. | Christopher Ferris | 2017-10-31 | 4 | -23/+80 |
* | libbacktrace: remove exit time destructors. | Josh Gao | 2017-10-26 | 1 | -0/+4 |
* | Add an interface for stopping in certain maps. | Christopher Ferris | 2017-10-24 | 3 | -12/+16 |
* | Merge "If the pc is set to zero, the unwind is done." | Christopher Ferris | 2017-10-24 | 4 | -4/+61 |
|\ | |||||
| * | If the pc is set to zero, the unwind is done. | Christopher Ferris | 2017-10-23 | 4 | -4/+61 |
* | | Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a | Treehugger Robot | 2017-10-24 | 5 | -0/+275 |
|\ \ | |/ |/| | |||||
| * | libunwindstack: add method to iterate across registers. | Josh Gao | 2017-10-20 | 5 | -0/+275 |
* | | Multiple bugfixes, small restructuring. | Christopher Ferris | 2017-10-20 | 19 | -289/+454 |
|/ | |||||
* | Fix setting of map_offset in frame data. | Christopher Ferris | 2017-10-17 | 2 | -1/+38 |
* | Use Unwinder object for unwind tool. | Christopher Ferris | 2017-10-05 | 1 | -108/+6 |
* | Merge "Update the Unwinder object and add tests." | Christopher Ferris | 2017-10-05 | 14 | -157/+864 |
|\ | |||||
| * | Update the Unwinder object and add tests. | Christopher Ferris | 2017-10-04 | 14 | -157/+864 |
* | | Move host flags from linux -> host | Dan Willemsen | 2017-10-02 | 1 | -1/+1 |
* | | Remove default libraries | Dan Willemsen | 2017-09-29 | 1 | -16/+0 |
|/ | |||||
* | Add a new unwind method on error. | Christopher Ferris | 2017-09-22 | 21 | -163/+588 |
* | Enable libdemangle and libunwindstack on host bionic | Dan Willemsen | 2017-09-20 | 1 | -0/+3 |
* | Fix UnwindTest repeatability. | Christopher Ferris | 2017-09-06 | 3 | -71/+111 |
* | Merge "Add a method to share the process memory object." | Christopher Ferris | 2017-09-07 | 10 | -143/+343 |
|\ | |||||
| * | Add a method to share the process memory object. | Christopher Ferris | 2017-09-05 | 10 | -143/+343 |
* | | Add vndk tag for libunwindstack which must be a vndk-sp | Justin Yun | 2017-09-01 | 1 | -0/+4 |
|/ | |||||
* | Add proper support for embedded elf files. | Christopher Ferris | 2017-08-30 | 8 | -40/+210 |
* | Merge "libunwindstack: make machine type a property of Regs." | Treehugger Robot | 2017-08-26 | 6 | -16/+39 |
|\ | |||||
| * | libunwindstack: make machine type a property of Regs. | Josh Gao | 2017-08-25 | 6 | -16/+39 |
* | | Speed up map creation. | Christopher Ferris | 2017-08-23 | 3 | -60/+414 |
|/ | |||||
* | Fix another set of bugs. | Christopher Ferris | 2017-08-10 | 4 | -11/+33 |
* | Small clean ups | Christopher Ferris | 2017-08-09 | 1 | -1/+1 |
* | Add support for the new unwind method. | Christopher Ferris | 2017-08-03 | 2 | -0/+2 |
* | Allow mips to build. | Christopher Ferris | 2017-08-02 | 2 | -9/+5 |
* | Revert "Add support for the new unwind method." | Christopher Ferris | 2017-08-02 | 1 | -1/+0 |
* | Add support for the new unwind method. | Christopher Ferris | 2017-07-31 | 1 | -0/+1 |
* | Speed up StepIfSignalHandler path. | Christopher Ferris | 2017-07-19 | 7 | -186/+240 |
* | Add signal handling to the register object. | Christopher Ferris | 2017-07-18 | 8 | -70/+533 |
* | Make the library usable as a library. | Christopher Ferris | 2017-07-14 | 78 | -227/+589 |
* | Move tools to separate directory. | Christopher Ferris | 2017-07-13 | 4 | -11/+286 |
* | A few cleanups. | Christopher Ferris | 2017-07-11 | 4 | -56/+53 |
* | Fix mips build. | Christopher Ferris | 2017-07-11 | 1 | -0/+9 |
* | Add full support for initing registers. | Christopher Ferris | 2017-07-11 | 13 | -45/+878 |
* | Add missing test files to compile. | Christopher Ferris | 2017-07-07 | 1 | -0/+2 |
* | Init .gnu_debugdata in GetElf(). | Christopher Ferris | 2017-06-30 | 9 | -203/+364 |
* | Remove assert, use CHECK instead. | Christopher Ferris | 2017-06-29 | 8 | -49/+54 |
* | Fix mac build. | Christopher Ferris | 2017-06-28 | 1 | -0/+6 |
* | Add .gnu_debugdata support. | Christopher Ferris | 2017-06-28 | 9 | -19/+463 |
* | Add section parsing and function name handling. | Christopher Ferris | 2017-06-23 | 4 | -20/+311 |
* | Merge "Fix some memory leaks, potential errors." | Christopher Ferris | 2017-06-20 | 3 | -28/+23 |
|\ | |||||
| * | Fix some memory leaks, potential errors. | Christopher Ferris | 2017-06-19 | 3 | -28/+23 |
* | | Add EH frame and debug frame support. | Christopher Ferris | 2017-06-16 | 10 | -4/+1746 |
|/ | |||||
* | Change RegsTmpl to RegsImpl. | Christopher Ferris | 2017-06-01 | 6 | -39/+35 |