breakpad/src/tools/linux
Zyan Wu 94c4208821 fix: minidump-2-core doesn't work for new arm64 dumps
The app will check if process_architecture is ARM64_OLD which is 0x8003
but newman is a new arch which is ARM64 (0x12)
We can fix the issue by checking both values

Test: "/google/src/cloud/zyanwu/latest/google3/blaze-bin/chrome/dongle/platform/tools/minidump --crash_report_id=49ed111b84c0736e --crash_server=crash --build_number=265669 --build_branch=1.56 --product=newman-user --eureka_root=/usr/local/google/home/zyanwu/eureka --symbol_cache_dir=/usr/local/google/home/zyanwu/android/debug/symbols --debug" can work and it can convert the minidump to core dump then load gdb.
Bug: 199144156
Change-Id: I1590a5b617e55ae8347aad426ba5b636ff6dcdfb
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3146740
Reviewed-by: Sterling Augustine <saugustine@google.com>
Reviewed-by: Nelson Billing <nbilling@google.com>
2021-09-09 00:15:11 +00:00
..
core2md Consistently call BaseName() in various Usage() functions. 2021-04-07 20:37:52 +00:00
core_handler Consistently call BaseName() in various Usage() functions. 2021-04-07 20:37:52 +00:00
dump_syms Add INLINE and INLINE_ORIGIN records to symbol file. 2021-08-03 22:05:47 +00:00
md2core fix: minidump-2-core doesn't work for new arm64 dumps 2021-09-09 00:15:11 +00:00
pid2md Consistently call BaseName() in various Usage() functions. 2021-04-07 20:37:52 +00:00
symupload Fix more instances of -Wunreachable-code-aggressive. 2021-07-19 15:52:17 +00:00
tools_linux.gypi Fixed file extention for minidump_upload in tools_linux.gypi 2018-01-04 08:43:43 +00:00