summaryrefslogtreecommitdiffstats
path: root/libbacktrace/unwind_local.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems in libbacktrace.Christopher Ferris2013-10-011-3/+10
| | | | | | | | | - Add a wait for stop to backtrace_test. There is a possible race condition that is exposed when using libunwind. - Fix a few calls to unwind function calls. Bug: 8410085 Change-Id: I7487d687f6d4b7b05b8a96ad1c5f7183681e5c95
* Create a single backtrace library.Christopher Ferris2013-09-281-0/+123
This library will be used to abstract away getting backtrace data from how it is implemented. This is the first step to replacing libcorkscrew with libunwind. Bug: 8410085 Change-Id: Ie8f159e96a055d378e1ddc72d40239fba4cf52b7