summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-0120-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-2814-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
* Add an interface for stopping in certain maps.Christopher Ferris2017-10-243-12/+16
* Merge "If the pc is set to zero, the unwind is done."Christopher Ferris2017-10-244-4/+61
|\
| * If the pc is set to zero, the unwind is done.Christopher Ferris2017-10-234-4/+61
* | Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342aTreehugger Robot2017-10-235-0/+275
|\ \ | |/ |/|
| * libunwindstack: add method to iterate across registers.Josh Gao2017-10-205-0/+275
* | Multiple bugfixes, small restructuring.Christopher Ferris2017-10-2019-289/+454
|/
* Fix setting of map_offset in frame data.Christopher Ferris2017-10-172-1/+38
* Use Unwinder object for unwind tool.Christopher Ferris2017-10-051-108/+6
* Merge "Update the Unwinder object and add tests."Christopher Ferris2017-10-0514-157/+864
|\
| * Update the Unwinder object and add tests.Christopher Ferris2017-10-0414-157/+864
* | Move host flags from linux -> hostDan Willemsen2017-10-021-1/+1
* | Remove default librariesDan Willemsen2017-09-291-16/+0
|/
* Add a new unwind method on error.Christopher Ferris2017-09-2221-163/+588
* Enable libdemangle and libunwindstack on host bionicDan Willemsen2017-09-201-0/+3
* Fix UnwindTest repeatability.Christopher Ferris2017-09-063-71/+111
* Merge "Add a method to share the process memory object."Christopher Ferris2017-09-0610-143/+343
|\
| * Add a method to share the process memory object.Christopher Ferris2017-09-0510-143/+343
* | Add vndk tag for libunwindstack which must be a vndk-spJustin Yun2017-08-311-0/+4
|/
* Add proper support for embedded elf files.Christopher Ferris2017-08-308-40/+210