summaryrefslogtreecommitdiffstats
path: root/libbacktrace
Commit message (Collapse)AuthorAgeFilesLines
...
* Only build host library on linux-x86.Christopher Ferris2013-10-021-32/+32
| | | | Change-Id: I26d5bd4b34c3669897fea1488fa58972f4299757
* Fix problems in libbacktrace.Christopher Ferris2013-10-013-6/+42
| | | | | | | | | - 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-2814-0/+1366
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