summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindMap.h
Commit message (Collapse)AuthorAgeFilesLines
* Create an UnwindMapLocal object.Christopher Ferris2014-04-031-1/+18
| | | | | | | | | | | | | The way libunwind handles local unwinds is different from remote unwinds, so create a new map object to handle the differences. Add new test to verify the map data is being generated correctly. Add new tests to check for leaks. Refactor the BACK_LOGW code into a single header file. Change-Id: I01f3cbfc4b927646174ea1b614fa25d23b9b3427
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-0/+39
Update to handle the new optimized way that libunwind works. In addition, a small refactor of the BacktraceMap code. A few new tests of for good measure. Change-Id: I2f9b4f5ad5a0dfe907b31febee76e4b9b94fb76f