platform_system_core/debuggerd/libdebuggerd
Christopher Ferris 7937a36c8e Change all uintptr_t to uint64_t in API.
In order to support the offline unwinding properly, get rid of the
usage of non-fixed type uintptr_t from all API calls.

In addition, completely remove the old local and remote unwinding code
that used libunwind.

The next step will be to move the offline unwinding to the new unwinder.

Bug: 65682279

Test: Ran unit tests for libbacktrace/debuggerd.
Test: Ran debuggerd -b on a few arm and arm64 processes.
Test: Ran crasher and crasher64 and verified tombstones look correct.
Change-Id: Ib0c6cee3ad6785a102b74908a3d8e5e93e5c6b33
2018-01-18 17:26:20 -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 Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00
utility.cpp Change all uintptr_t to uint64_t in API. 2018-01-18 17:26:20 -08:00