| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implement new DEX PC lookup scheme. | Christopher Ferris | 2018-02-13 | 8 | -577/+490 | |
| * | Fix computation of pc. | Christopher Ferris | 2018-02-12 | 2 | -1/+73 | |
| * | Merge "Fix off by 4 error handling eh_frame hdr." | Christopher Ferris | 2018-02-12 | 10 | -325/+450 | |
| |\ | ||||||
| | * | Fix off by 4 error handling eh_frame hdr. | Christopher Ferris | 2018-02-10 | 10 | -325/+450 | |
| * | | Clear dex pc to avoid duplicate frames. | Christopher Ferris | 2018-02-12 | 2 | -0/+60 | |
| |/ | ||||||
| * | Expose per arch headers. | Christopher Ferris | 2018-02-08 | 32 | -66/+56 | |
| * | Remove dependency on -no_art variant | David Sehr | 2018-02-07 | 2 | -2/+2 | |
| * | Check that dex pc is in a valid map. | Christopher Ferris | 2018-02-06 | 4 | -13/+105 | |
| * | Merge "Fix in-memory loading of cdex files with shared data." | David Srbecky | 2018-02-06 | 1 | -5/+4 | |
| |\ | ||||||
| | * | Fix in-memory loading of cdex files with shared data. | David Srbecky | 2018-02-05 | 1 | -5/+4 | |
| * | | Small test clean up. | Christopher Ferris | 2018-02-05 | 60 | -12/+12 | |
| |/ | ||||||
| * | Load dex files from ART-specific data structure. | Christopher Ferris | 2018-02-02 | 12 | -98/+605 | |
| * | Fix symbol resolution within a dex file. | David Srbecky | 2018-02-01 | 3 | -7/+8 | |
| * | Move dex pc frame creation into libunwindstack. | Christopher Ferris | 2018-01-31 | 9 | -7/+745 | |
| * | Merge "Add a global elf cache." | Christopher Ferris | 2018-01-26 | 11 | -30/+313 | |
| |\ | ||||||
| | * | Add a global elf cache. | Christopher Ferris | 2018-01-25 | 11 | -30/+313 | |
| * | | Remove DwarfError.h that moved. | Christopher Ferris | 2018-01-25 | 1 | -39/+0 | |
| |/ | ||||||
| * | Merge "Fix wrong mov instruction size." | Treehugger Robot | 2018-01-25 | 1 | -6/+6 | |
| |\ | ||||||
| | * | Fix wrong mov instruction size. | Chih-Hung Hsieh | 2018-01-25 | 1 | -6/+6 | |
| * | | Add error propagation into Unwinder/Elf objects. | Christopher Ferris | 2018-01-24 | 31 | -222/+630 | |
| * | | Small behavioral changes to the unwinder. | Christopher Ferris | 2018-01-24 | 18 | -20/+264 | |
| |/ | ||||||
| * | Add support for getting a dex pc. | Christopher Ferris | 2018-01-17 | 8 | -81/+189 | |
| * | Find first non-zero jit debug entry. | Christopher Ferris | 2018-01-16 | 29 | -8/+282 | |
| * | Add ability to read jit gdb data. | Christopher Ferris | 2018-01-12 | 48 | -24/+1613 | |
| * | Add tool to save information from a process. | Christopher Ferris | 2017-12-20 | 4 | -30/+336 | |
| * | Merge "unwindstack: add some perfunctory MemoryOffline tests." | Treehugger Robot | 2017-12-18 | 2 | -0/+68 | |
| |\ | ||||||
| | * | unwindstack: add some perfunctory MemoryOffline tests. | Josh Gao | 2017-12-15 | 2 | -0/+68 | |
| * | | Fix issues in libunwindstack. | Christopher Ferris | 2017-12-15 | 23 | -103/+183 | |
| |/ | ||||||
| * | Add libunwindstack support for Mips and Mips64 | Douglas Leung | 2017-12-11 | 23 | -12/+1256 | |
| * | Do not check arch for format check. | Christopher Ferris | 2017-12-08 | 4 | -27/+77 | |
| * | Merge "Add method to detect remote read function to use." | Christopher Ferris | 2017-12-08 | 3 | -62/+136 | |
| |\ | ||||||
| | * | Add method to detect remote read function to use. | Christopher Ferris | 2017-12-07 | 3 | -62/+136 | |
| * | | Merge "Add OWNERS." | Elliott Hughes | 2017-12-07 | 1 | -0/+1 | |
| |\ \ | |/ |/| | ||||||
| | * | Add OWNERS. | Elliott Hughes | 2017-12-07 | 1 | -0/+1 | |
| * | | Split arch data into separate files. | Christopher Ferris | 2017-12-06 | 41 | -1067/+1691 | |
| * | | Demand read load bias for a map. | Christopher Ferris | 2017-12-05 | 8 | -0/+218 | |
| * | | Switch MemoryRemote to use ptrace. | Christopher Ferris | 2017-12-04 | 2 | -19/+129 | |
| * | | Merge changes I53c2c560,I7d845ac5,I8b11d923 | Treehugger Robot | 2017-12-02 | 20 | -273/+412 | |
| |\ \ | |/ |/| | ||||||
| | * | unwindstack: rename Memory::ReadPartially to Read. | Josh Gao | 2017-11-15 | 8 | -31/+31 | |
| | * | unwindstack: rename Memory::Read to ReadFully. | Josh Gao | 2017-11-15 | 17 | -113/+122 | |
| | * | unwindstack: add Memory::ReadPartially. | Josh Gao | 2017-11-15 | 9 | -165/+295 | |
| * | | Fix incorrect usage of relative pcs. | Christopher Ferris | 2017-11-29 | 22 | -64/+238 | |
| * | | Merge "Allow multiple threads sharing a map to unwind." | Christopher Ferris | 2017-11-29 | 14 | -317/+481 | |
| |\ \ | ||||||
| | * | | Allow multiple threads sharing a map to unwind. | Christopher Ferris | 2017-11-28 | 14 | -317/+481 | |
| | |/ | ||||||
| * / | Add way to specify an offset in an elf file. | Christopher Ferris | 2017-11-28 | 1 | -5/+20 | |
| |/ | ||||||
| * | 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 | |
