summaryrefslogtreecommitdiff
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0560-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-1248-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
* | Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+1
|\ \ | |/ |/|
| * Add OWNERS.Elliott Hughes2017-12-071-0/+1
* | Split arch data into separate files.Christopher Ferris2017-12-0641-1067/+1691
* | Demand read load bias for a map.Christopher Ferris2017-12-058-0/+218
* | Switch MemoryRemote to use ptrace.Christopher Ferris2017-12-042-19/+129
* | Merge changes I53c2c560,I7d845ac5,I8b11d923Treehugger Robot2017-12-0220-273/+412
|\ \ | |/ |/|
| * unwindstack: rename Memory::ReadPartially to Read.Josh Gao2017-11-158-31/+31
| * unwindstack: rename Memory::Read to ReadFully.Josh Gao2017-11-1517-113/+122
| * unwindstack: add Memory::ReadPartially.Josh Gao2017-11-159-165/+295
* | Fix incorrect usage of relative pcs.Christopher Ferris2017-11-2922-64/+238
* | Merge "Allow multiple threads sharing a map to unwind."Christopher Ferris2017-11-2914-317/+481
|\ \
| * | Allow multiple threads sharing a map to unwind.Christopher Ferris2017-11-2814-317/+481
| |/
* / Add way to specify an offset in an elf file.Christopher Ferris2017-11-281-5/+20
|/
* Fix another nullptr dereference.Christopher Ferris2017-11-082-4/+19
* Add support for only a .eh_frame.Christopher Ferris2017-11-0715-695/+1198
* Fix nullptr dereference.Christopher Ferris2017-11-052-1/+17
* Move sp/pc not changing check into Unwinder.Christopher Ferris2017-10-314-23/+80
* libbacktrace: remove exit time destructors.Josh Gao2017-10-261-0/+4