platform_system_core/debuggerd
Christopher Ferris 12385e3ad0 Move map data into backtrace data proper.
The backtrace structure used to include a pointer to a backtrace_map_t
that represented the map data for a particular pc. This introduced a
race condition where the pointer could be discarded, but the backtrace
structure still contained a pointer to garbage memory. Now all of the map
information is right in the structure.

Bug: 19028453
Change-Id: If7088a73f3c6bf1f3bc8cdd2bb4b62e7cab831c0
2015-02-06 15:00:09 -08:00
..
arm Add missing arm64 registers. 2014-07-14 18:56:53 -07:00
arm64 Add missing arm64 registers. 2014-07-14 18:56:53 -07:00
mips Remove the pt_regs_mips_t structure. 2015-01-26 13:52:35 -08:00
x86 Updated non-ARM archs to reflect logging changes. 2014-06-19 11:33:38 -07:00
x86_64 Updated non-ARM archs to reflect logging changes. 2014-06-19 11:33:38 -07:00
Android.mk Move 32 bit/64 bit check into debuggerd. 2015-01-20 17:22:07 -08:00
backtrace.cpp am a11ac455: Merge "Fix debuggerd issues." 2014-11-03 20:23:55 +00:00
backtrace.h Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
crasher.c Make crasher smash-stack work. 2014-12-11 17:49:12 -08:00
debuggerd.cpp Move 32 bit/64 bit check into debuggerd. 2015-01-20 17:22:07 -08:00
getevent.cpp Next phase of the move, reformat use C++ features. 2014-01-13 14:21:52 -08:00
getevent.h Use libcorkscrew in debuggerd. 2011-10-22 16:43:00 -07:00
machine.h Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -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.cpp Move map data into backtrace data proper. 2015-02-06 15:00:09 -08:00
tombstone.h Removed log.quiet and log = NULL cases from debuggerd. 2014-06-19 10:59:01 -07:00
utility.cpp Print ASCII near register for all archs 2014-12-10 10:21:12 -08:00
utility.h Fix debuggerd issues. 2014-11-03 11:26:33 -08:00