platform_system_core/libbacktrace
Christopher Ferris 8ed46278be More libbacktrace fixes.
Included in minor fix ups is the addition of a warning macro to replace
all of the ALOGW calls.

Fix a race where multiple threads could be attempting to unwind the threads
of the current process at the same time.

Bug: 8410085

Change-Id: I02a65dc778dde690e5f95fc8ff069a32d0832fd1
2013-10-30 14:14:54 -07:00
..
Android.mk Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
Backtrace.cpp More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
Backtrace.h More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
backtrace_test.cpp Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
backtrace_testlib.c Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
BacktraceThread.cpp More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
BacktraceThread.h More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
Corkscrew.cpp More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
Corkscrew.h Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
map_info.c Create a single backtrace library. 2013-09-28 12:26:35 -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 More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
UnwindCurrent.h Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00
UnwindPtrace.cpp More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
UnwindPtrace.h Rewrite libbacktrace using C++. 2013-10-28 17:55:25 -07:00