summaryrefslogtreecommitdiffstats
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when doing signal handler lookup.Christopher Ferris2018-05-2113-62/+202
* libunwindstack: add Regs::Clone.Josh Gao2018-04-2315-0/+77
* Add a MemoryOfflineBuffer object.Christopher Ferris2018-04-044-0/+132
* Cache DWARF location rules for a given pc.David Srbecky2018-03-296-15/+111
* Fix null pointer dereference in RegsArm.Christopher Ferris2018-03-288-86/+99
* Always set the sp reg to the cfa for DWARF.Yabin Cui2018-03-1936-254/+417
* Handle ARM thumb function symbols.Christopher Ferris2018-03-154-4/+19
* Don't implicitly dereference DW_CFA_def_cfa_expression.David Srbecky2018-03-124-18/+13
* Remove leftover commented out code.Christopher Ferris2018-03-061-1/+0
* Merge "Adjust DEX file reading to follow layout changes in ART."David Srbecky2018-02-232-18/+32
|\
| * Adjust DEX file reading to follow layout changes in ART.David Srbecky2018-02-162-18/+32
* | Change the GetAdjustedRelPc to GetPcAdjustment.Christopher Ferris2018-02-2118-132/+453
* | Add ability to skip function name resolution.Christopher Ferris2018-02-203-1/+72
* | Merge "bpfmt."Treehugger Robot2018-02-201-2/+8
|\ \
| * | bpfmt.Elliott Hughes2018-02-161-2/+8
* | | Modify elf cache to handle elf_offsets properly.Christopher Ferris2018-02-164-22/+116
|/ /
* / Fix soname reading code.Christopher Ferris2018-02-156-133/+127
|/
* Move libdexfile out of runtimeDavid Sehr2018-02-141-0/+1
* Implement new DEX PC lookup scheme.Christopher Ferris2018-02-138-577/+490
* Fix computation of pc.Christopher Ferris2018-02-122-1/+73
* Merge "Fix off by 4 error handling eh_frame hdr."Christopher Ferris2018-02-1210-325/+450
|\
| * Fix off by 4 error handling eh_frame hdr.Christopher Ferris2018-02-1010-325/+450
* | Clear dex pc to avoid duplicate frames.Christopher Ferris2018-02-122-0/+60
|/
* Expose per arch headers.Christopher Ferris2018-02-0832-66/+56
* Remove dependency on -no_art variantDavid Sehr2018-02-072-2/+2
* Check that dex pc is in a valid map.Christopher Ferris2018-02-064-13/+105
* Merge "Fix in-memory loading of cdex files with shared data."David Srbecky2018-02-061-5/+4
|\
| * Fix in-memory loading of cdex files with shared data.David Srbecky2018-02-051-5/+4
* | Small test clean up.Christopher Ferris2018-02-0561-12/+12
|/
* Load dex files from ART-specific data structure.Christopher Ferris2018-02-0212-98/+605
* Fix symbol resolution within a dex file.David Srbecky2018-02-013-7/+8
* Move dex pc frame creation into libunwindstack.Christopher Ferris2018-01-319-7/+745
* Merge "Add a global elf cache."Christopher Ferris2018-01-2611-30/+313
|\
| * Add a global elf cache.Christopher Ferris2018-01-2511-30/+313
* | Remove DwarfError.h that moved.Christopher Ferris2018-01-251-39/+0
|/
* Merge "Fix wrong mov instruction size."Treehugger Robot2018-01-251-6/+6
|\
| * Fix wrong mov instruction size.Chih-Hung Hsieh2018-01-251-6/+6
* | Add error propagation into Unwinder/Elf objects.Christopher Ferris2018-01-2431-222/+630
* | Small behavioral changes to the unwinder.Christopher Ferris2018-01-2418-20/+264
|/
* Add support for getting a dex pc.Christopher Ferris2018-01-178-81/+189
* Find first non-zero jit debug entry.Christopher Ferris2018-01-1629-8/+282
* Add ability to read jit gdb data.Christopher Ferris2018-01-1249-24/+1613
* Add tool to save information from a process.Christopher Ferris2017-12-204-30/+336
* Merge "unwindstack: add some perfunctory MemoryOffline tests."Treehugger Robot2017-12-182-0/+68
|\
| * unwindstack: add some perfunctory MemoryOffline tests.Josh Gao2017-12-152-0/+68
* | Fix issues in libunwindstack.Christopher Ferris2017-12-1523-103/+183
|/
* Add libunwindstack support for Mips and Mips64Douglas Leung2017-12-1123-12/+1256
* Do not check arch for format check.Christopher Ferris2017-12-084-27/+77
* Merge "Add method to detect remote read function to use."Christopher Ferris2017-12-083-62/+136
|\
| * Add method to detect remote read function to use.Christopher Ferris2017-12-073-62/+136