platform_system_core/libbacktrace
Christopher Ferris e296091060 Create an UnwindMapLocal object.
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
2014-04-03 14:19:24 -07:00
..
Android.build.mk Refactor makefile. 2014-01-31 10:16:52 -08:00
Android.mk Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
backtrace_test.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
backtrace_testlib.c Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
BacktraceImpl.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
BacktraceImpl.h Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
BacktraceLog.h Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
BacktraceMap.cpp Fix logging errors inside ALOGV 2014-02-07 13:26:04 -08:00
BacktraceThread.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
BacktraceThread.h Re-enable libunwind for arm. 2014-01-28 12:03:36 -08:00
Corkscrew.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
Corkscrew.h Re-enable libunwind for arm. 2014-01-28 12:03:36 -08:00
GetPss.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
GetPss.h Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
thread_utils.c Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
thread_utils.h Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
UnwindCurrent.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
UnwindCurrent.h Re-enable libunwind for arm. 2014-01-28 12:03:36 -08:00
UnwindMap.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
UnwindMap.h Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
UnwindPtrace.cpp Create an UnwindMapLocal object. 2014-04-03 14:19:24 -07:00
UnwindPtrace.h Re-enable libunwind for arm. 2014-01-28 12:03:36 -08:00