Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpfmt. | Elliott Hughes | 2018-02-16 | 1 | -2/+8 |
* | Move libdexfile out of runtime | David Sehr | 2018-02-14 | 1 | -0/+1 |
* | Fix off by 4 error handling eh_frame hdr. | Christopher Ferris | 2018-02-10 | 1 | -0/+10 |
* | Small test clean up. | Christopher Ferris | 2018-02-05 | 1 | -4/+4 |
* | Load dex files from ART-specific data structure. | Christopher Ferris | 2018-02-02 | 1 | -0/+11 |
* | Move dex pc frame creation into libunwindstack. | Christopher Ferris | 2018-01-31 | 1 | -0/+64 |
* | Add a global elf cache. | Christopher Ferris | 2018-01-25 | 1 | -0/+1 |
* | Small behavioral changes to the unwinder. | Christopher Ferris | 2018-01-24 | 1 | -0/+2 |
* | Find first non-zero jit debug entry. | Christopher Ferris | 2018-01-16 | 1 | -0/+1 |
* | Add ability to read jit gdb data. | Christopher Ferris | 2018-01-12 | 1 | -0/+3 |
* | Add tool to save information from a process. | Christopher Ferris | 2017-12-20 | 1 | -0/+9 |
* | Merge "unwindstack: add some perfunctory MemoryOffline tests." | Treehugger Robot | 2017-12-18 | 1 | -0/+1 |
|\ | |||||
| * | unwindstack: add some perfunctory MemoryOffline tests. | Josh Gao | 2017-12-15 | 1 | -0/+1 |
* | | Fix issues in libunwindstack. | Christopher Ferris | 2017-12-15 | 1 | -0/+1 |
|/ | |||||
* | Add libunwindstack support for Mips and Mips64 | Douglas Leung | 2017-12-11 | 1 | -0/+8 |
* | Split arch data into separate files. | Christopher Ferris | 2017-12-06 | 1 | -0/+4 |
* | Demand read load bias for a map. | Christopher Ferris | 2017-12-05 | 1 | -0/+1 |
* | Fix incorrect usage of relative pcs. | Christopher Ferris | 2017-11-29 | 1 | -0/+3 |
* | Add support for only a .eh_frame. | Christopher Ferris | 2017-11-07 | 1 | -2/+2 |
* | libbacktrace: remove exit time destructors. | Josh Gao | 2017-10-26 | 1 | -0/+4 |
* | libunwindstack: add method to iterate across registers. | Josh Gao | 2017-10-20 | 1 | -0/+1 |
* | Merge "Update the Unwinder object and add tests." | Christopher Ferris | 2017-10-05 | 1 | -0/+2 |
|\ | |||||
| * | Update the Unwinder object and add tests. | Christopher Ferris | 2017-10-04 | 1 | -0/+2 |
* | | 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 | 1 | -0/+1 |
* | Enable libdemangle and libunwindstack on host bionic | Dan Willemsen | 2017-09-20 | 1 | -0/+3 |
* | Merge "Add a method to share the process memory object." | Christopher Ferris | 2017-09-07 | 1 | -1/+7 |
|\ | |||||
| * | Add a method to share the process memory object. | Christopher Ferris | 2017-09-05 | 1 | -1/+7 |
* | | Add vndk tag for libunwindstack which must be a vndk-sp | Justin Yun | 2017-09-01 | 1 | -0/+4 |
|/ | |||||
* | Add support for the new unwind method. | Christopher Ferris | 2017-08-03 | 1 | -0/+1 |
* | Allow mips to build. | Christopher Ferris | 2017-08-02 | 1 | -9/+0 |
* | Speed up StepIfSignalHandler path. | Christopher Ferris | 2017-07-19 | 1 | -0/+1 |
* | Make the library usable as a library. | Christopher Ferris | 2017-07-14 | 1 | -0/+1 |
* | Move tools to separate directory. | Christopher Ferris | 2017-07-13 | 1 | -6/+28 |
* | A few cleanups. | Christopher Ferris | 2017-07-11 | 1 | -43/+7 |
* | Fix mips build. | Christopher Ferris | 2017-07-11 | 1 | -0/+9 |
* | Add full support for initing registers. | Christopher Ferris | 2017-07-11 | 1 | -0/+10 |
* | Add missing test files to compile. | Christopher Ferris | 2017-07-07 | 1 | -0/+2 |
* | Init .gnu_debugdata in GetElf(). | Christopher Ferris | 2017-06-30 | 1 | -3/+5 |
* | Remove assert, use CHECK instead. | Christopher Ferris | 2017-06-29 | 1 | -26/+0 |
* | Fix mac build. | Christopher Ferris | 2017-06-28 | 1 | -0/+6 |
* | Add .gnu_debugdata support. | Christopher Ferris | 2017-06-28 | 1 | -1/+30 |
* | Add EH frame and debug frame support. | Christopher Ferris | 2017-06-16 | 1 | -0/+4 |
* | Add DwarfSection classes. | Christopher Ferris | 2017-06-01 | 1 | -0/+7 |
* | Add the Dwarf CFA handling. | Christopher Ferris | 2017-04-24 | 1 | -0/+3 |
* | Add function definitions for MapInfo. | Christopher Ferris | 2017-04-19 | 1 | -0/+2 |
* | Implement maps parsing. | Christopher Ferris | 2017-04-06 | 1 | -0/+2 |
* | Add Symbols parsing. | Christopher Ferris | 2017-04-04 | 1 | -0/+2 |
* | Add DwarfOp support. | Christopher Ferris | 2017-04-04 | 1 | -0/+3 |