platform_system_core/debuggerd
Christopher Ferris 862fe02919 Change the 64 bit map address format.
Previously, the map printing in tombstones for 64 bit devices uses
a variable length value. This means that the maps are not lined up.
The new format is to print the map as 00000000'00000000 in all ways.

Also fix a bug where the backtrace_map_t did not initialize all
parameters.

Add unit tests for all of the dump_all_maps function.

Bug: 20950813
Change-Id: I30901c8a0251b00d85c4c01476b033ef8db84e32
2015-06-03 10:24:21 -07:00
..
arm Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
arm64 Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
mips Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
mips64 Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
test Change the 64 bit map address format. 2015-06-03 10:24:21 -07:00
x86 Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
x86_64 Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
Android.mk Change the 64 bit map address format. 2015-06-03 10:24:21 -07:00
backtrace.cpp Switch UniquePtr to std::unique_ptr. 2015-05-15 17:30:21 -07: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 Don't use TEMP_FAILURE_RETRY on close in system/core. 2015-05-15 19:16:40 -07:00
elf_utils.cpp Fix alignment when reading note segment. 2015-04-14 10:27:54 -07:00
elf_utils.h Print the build id of shared libraries if present. 2015-03-17 15:13:35 -07: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 Refactor dump_memory function. 2015-05-27 17:21:38 -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 Change the 64 bit map address format. 2015-06-03 10:24:21 -07:00
tombstone.h Removed log.quiet and log = NULL cases from debuggerd. 2014-06-19 10:59:01 -07:00
utility.cpp Refactor dump_memory function. 2015-05-27 17:21:38 -07:00
utility.h Refactor dump_memory function. 2015-05-27 17:21:38 -07:00