summaryrefslogtreecommitdiffstats
path: root/libbacktrace/BacktraceMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable libunwind for arm.Christopher Ferris2014-01-281-0/+17
| | | | | | | | | | 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
* Attempt to fix Mac buildBrian Carlstrom2014-01-181-1/+1
| | | | Change-Id: I1364255bfed7788a35531962508bad804b8d5b7f
* Rewrite libbacktrace to be all C++.Christopher Ferris2014-01-161-0/+130
This includes removing the map_info.c source and replacing it with the BacktraceMap class to handle all map related code. Change all callers of libbacktrace map functionality. Also modify the corkscrew thread code so that it doesn't need to build the map twice (once in the corkscrew format and once in the libbacktrace format). Change-Id: I32865a39f83a3dd6f958fc03c2759ba47d12382e