platform_system_core/debuggerd
Pavel Chupin af2cb3667b Unwinding implementation via eh_frame sections for x86
Backtracing through eh_frame section is more effective allowing to reuse
ebp register for other purposes within routine. GCC with turned on
optimizations (-O1 and above) implicitly defines -fomit-frame-pointer
anyway. eh_frame sections are generated by default with GCC on any
optimization level.

This change implements remote unwinding (separate process unwinding).
Local unwinding is already implemented through _Unwind_Backtrace call
which is implemented in libgcc.

Change-Id: I1aea1ecd19c21710f9cf5f05dc272fc51b67b7aa
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2013-03-14 19:11:44 +04:00
..
arm Dump 256 bytes per chunk pointed by general-purpose registers. 2012-09-24 14:13:37 -07:00
mips [MIPS] debuggerd and libcorkscrew support 2012-08-10 18:16:20 -07:00
x86 Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
Android.mk Add a "smash-stack" option to crasher. 2013-02-14 14:41:57 -08:00
backtrace.c Fix debuggerd's use of readdir_r(3). 2012-10-26 16:47:09 -07:00
backtrace.h Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
crasher.c Unwinding implementation via eh_frame sections for x86 2013-03-14 19:11:44 +04:00
debuggerd.c [MIPS] debuggerd and libcorkscrew support 2012-08-10 18:16:20 -07:00
getevent.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
getevent.h Use libcorkscrew in debuggerd. 2011-10-22 16:43:00 -07:00
machine.h Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
tombstone.c Include page protections in the debuggerd map output. 2013-01-03 13:39:57 -08:00
tombstone.h Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
utility.c Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
utility.h Enhance native stack dumps. 2012-06-08 13:29:23 -07:00
vfp-crasher.c Dump VFP registers and status word when native app crashes. 2009-12-17 12:53:06 -08:00
vfp.S Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16 2010-03-10 14:36:08 -08:00