platform_system_core/debuggerd/libdebuggerd
Christopher Ferris e36afb0429 Fix regression caused by libbacktrace API change.
The stack dump was not printing leading zeros for data after the
change to remove uintptr_t types from the libbacktrace API.

Bug: 65682279

Test: Created an arm tombstone and an arm64 tombstone and verified
Test: that the stack data has leading zeros.
Change-Id: I1fbec2c4fa7c8b0fab18894c5628d18c5a580299
2018-01-20 00:59:11 -08:00
..
include/libdebuggerd Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00
test Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00
backtrace.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
elf_utils.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
open_files_list.cpp crash_dump: fork a copy of the target's address space. 2017-12-15 14:11:12 -08:00
tombstone.cpp Fix regression caused by libbacktrace API change. 2018-01-20 00:59:11 -08:00
utility.cpp Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00