breakpad/src/tools/linux
vapier@chromium.org 0b7c158932 add aarch64 support to minidump-2-core
The thread info expects the struct names as they expect in asm/ptrace.h,
but the header doesn't include that, it includes sys/user.h.  Rename the
reg structs to match that header.

Rename the elf_siginfo to _elf_siginfo to avoid conflicting with the one
in the sys/procfs.h.  It is only used locally in one place, so we don't
need to update any callers.

Otherwise, drop in aarch64 support into the minidump-2-core file.

BUG=chromium:334368


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1474 4c0a9323-5329-0410-9bdc-e9ce6186880e
2015-07-20 10:21:27 +00:00
..
core2md Allow adding extra memory regions to minidump on linux/windows 2012-09-18 13:54:58 +00:00
dump_syms Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. 2013-04-24 21:18:44 +00:00
md2core add aarch64 support to minidump-2-core 2015-07-20 10:21:27 +00:00
symupload Reconfigured options for sym_upload to not treat h and ? flags as invalid options. 2015-06-22 21:21:40 +00:00
tools_linux.gypi Add GYP build for the src/tools directory on Mac and Linux. 2014-07-24 15:22:51 +00:00