mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-01 19:05:20 +08:00
5938c6e993
The PTRACE_GETREGSET ptrace() request is not supported on ARM before Linux 3.5.0. This request was only used to determine the bitness of the target process. Since 64-bit ARM is only supported as of Linux 3.7.0, when this request is not supported on 32-bit ARM, 64-bit is also not supported, and the target process must be a 32-bit process. Bug: crashpad:30 Test: crashpad_util_test ProcessInfo.* Change-Id: Ib004d24858f146df898dfa6796926d97e2510541 Reviewed-on: https://chromium-review.googlesource.com/455398 Reviewed-by: Joshua Peraza <jperaza@chromium.org>