summaryrefslogtreecommitdiffstats
path: root/libunwindstack
Commit message (Expand)AuthorAgeFilesLines
* 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-245-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-0710-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-09-011-0/+4
|/
* Add proper support for embedded elf files.Christopher Ferris2017-08-308-40/+210
* Merge "libunwindstack: make machine type a property of Regs."Treehugger Robot2017-08-266-16/+39
|\
| * libunwindstack: make machine type a property of Regs.Josh Gao2017-08-256-16/+39
* | Speed up map creation.Christopher Ferris2017-08-233-60/+414
|/
* Fix another set of bugs.Christopher Ferris2017-08-104-11/+33
* Small clean upsChristopher Ferris2017-08-091-1/+1
* Add support for the new unwind method.Christopher Ferris2017-08-032-0/+2
* Allow mips to build.Christopher Ferris2017-08-022-9/+5
* Revert "Add support for the new unwind method."Christopher Ferris2017-08-021-1/+0
* Add support for the new unwind method.Christopher Ferris2017-07-311-0/+1
* Speed up StepIfSignalHandler path.Christopher Ferris2017-07-197-186/+240
* Add signal handling to the register object.Christopher Ferris2017-07-188-70/+533
* Make the library usable as a library.Christopher Ferris2017-07-1478-227/+589
* Move tools to separate directory.Christopher Ferris2017-07-134-11/+286
* A few cleanups.Christopher Ferris2017-07-114-56/+53
* Fix mips build.Christopher Ferris2017-07-111-0/+9
* Add full support for initing registers.Christopher Ferris2017-07-1113-45/+878
* Add missing test files to compile.Christopher Ferris2017-07-071-0/+2
* Init .gnu_debugdata in GetElf().Christopher Ferris2017-06-309-203/+364
* Remove assert, use CHECK instead.Christopher Ferris2017-06-298-49/+54
* Fix mac build.Christopher Ferris2017-06-281-0/+6
* Add .gnu_debugdata support.Christopher Ferris2017-06-289-19/+463
* Add section parsing and function name handling.Christopher Ferris2017-06-234-20/+311
* Merge "Fix some memory leaks, potential errors."Christopher Ferris2017-06-203-28/+23
|\
| * Fix some memory leaks, potential errors.Christopher Ferris2017-06-193-28/+23
* | Add EH frame and debug frame support.Christopher Ferris2017-06-1610-4/+1746
|/
* Change RegsTmpl to RegsImpl.Christopher Ferris2017-06-016-39/+35