Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug when doing signal handler lookup. | Christopher Ferris | 2018-05-21 | 13 | -62/+202 |
* | libunwindstack: add Regs::Clone. | Josh Gao | 2018-04-23 | 15 | -0/+77 |
* | Add a MemoryOfflineBuffer object. | Christopher Ferris | 2018-04-04 | 4 | -0/+132 |
* | Cache DWARF location rules for a given pc. | David Srbecky | 2018-03-29 | 6 | -15/+111 |
* | Fix null pointer dereference in RegsArm. | Christopher Ferris | 2018-03-28 | 8 | -86/+99 |
* | Always set the sp reg to the cfa for DWARF. | Yabin Cui | 2018-03-19 | 36 | -254/+417 |
* | Handle ARM thumb function symbols. | Christopher Ferris | 2018-03-15 | 4 | -4/+19 |
* | Don't implicitly dereference DW_CFA_def_cfa_expression. | David Srbecky | 2018-03-12 | 4 | -18/+13 |
* | Remove leftover commented out code. | Christopher Ferris | 2018-03-06 | 1 | -1/+0 |
* | Merge "Adjust DEX file reading to follow layout changes in ART." | David Srbecky | 2018-02-23 | 2 | -18/+32 |
|\ | |||||
| * | Adjust DEX file reading to follow layout changes in ART. | David Srbecky | 2018-02-16 | 2 | -18/+32 |
* | | Change the GetAdjustedRelPc to GetPcAdjustment. | Christopher Ferris | 2018-02-21 | 18 | -132/+453 |
* | | Add ability to skip function name resolution. | Christopher Ferris | 2018-02-20 | 3 | -1/+72 |
* | | Merge "bpfmt." | Treehugger Robot | 2018-02-20 | 1 | -2/+8 |
|\ \ | |||||
| * | | bpfmt. | Elliott Hughes | 2018-02-16 | 1 | -2/+8 |
* | | | Modify elf cache to handle elf_offsets properly. | Christopher Ferris | 2018-02-16 | 4 | -22/+116 |
|/ / | |||||
* / | Fix soname reading code. | Christopher Ferris | 2018-02-15 | 6 | -133/+127 |
|/ | |||||
* | Move libdexfile out of runtime | David Sehr | 2018-02-14 | 1 | -0/+1 |
* | 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 | 61 | -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 | 49 | -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 |