android_system_core/libbacktrace
Christopher Ferris ddc4f093f7 Fix the ucontext for mips/x86.
Remove the mips ucontext definition, there is no need for it any more.

Fix the mips/x86 ucontext copy code to copy the entire uc_mcontext data
across.

Fix a potential memory leak too.

Change-Id: I4272022da5281ed881e2d59a3e19e7f33c01aceb
2014-01-07 14:36:03 -08:00
..
Android.mk Switch ARM back to libcorkscrew temporarily. 2014-01-02 15:25:21 -08:00
Backtrace.cpp Add some clarifying defines. 2013-11-05 11:05:32 -08:00
Backtrace.h More libbacktrace fixes. 2013-10-30 14:14:54 -07:00
backtrace_test.cpp Use new defines in test code. 2013-11-05 12:13:05 -08: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 Add corkscrew support for finding static symbols. 2013-11-04 14:50:36 -08: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 Fix the ucontext for mips/x86. 2014-01-07 14:36:03 -08: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