android_system_core/debuggerd
Christopher Ferris 21bd040eff 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
(cherry picked from commit 862fe02919)

Change-Id: Ife5c48bddeb19006a98f9e87520474e97b97f6d9
2015-06-03 12:12:31 -07:00
..
arm Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
arm64 Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
mips Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
mips64 Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
test Change the 64 bit map address format. 2015-06-03 12:12:31 -07:00
x86 Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
x86_64 Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
Android.mk Change the 64 bit map address format. 2015-06-03 12:12:31 -07:00
MODULE_LICENSE_APACHE2
NOTICE
backtrace.cpp Switch UniquePtr to std::unique_ptr. 2015-05-15 17:41:20 -07:00
backtrace.h
crasher.c
debuggerd.cpp Don't use TEMP_FAILURE_RETRY on close in system/core. 2015-05-27 13:27:06 -07:00
elf_utils.cpp Fix alignment when reading note segment. 2015-04-14 10:27:54 -07:00
elf_utils.h
getevent.cpp
getevent.h
machine.h Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
tombstone.cpp Change the 64 bit map address format. 2015-06-03 12:12:31 -07:00
tombstone.h
utility.cpp Refactor dump_memory function. 2015-05-28 11:45:34 -07:00
utility.h Refactor dump_memory function. 2015-05-28 11:45:34 -07:00