mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 17:30:09 +08:00
dd4859965f
This defines PROCESSOR_ARCHITECTURE_ARM64 and PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64, usable in MINIDUMP_SYSTEM_INFO::ProcessorArchitecture. This also defines four new PF_* flags usable in CPU_INFORMATION::OtherCpuInfo::ProcessorFeatures. Definitions are provided in compat/non_win, and #ifdef-guarded definitions in compat/win for compatibility with Windows SDKs older than Chrome’s minimum requirement. PROCESSOR_ARCHITECTURE_ARM64 means the same thing that Breakpad used the value 0x8003 for. At this point, Crashpad aims to use the officially-defined constant. In the minidump_extensions.h MinidumpCPUArchitecture enum, 0x8003 remains present and documented as deprecated to discourage reuse of that constant for another purpose. BUG= Change-Id: Ic4b5fb9de31c5f00f3698f112633ece2a036b889 Reviewed-on: https://chromium-review.googlesource.com/409098 Reviewed-by: Scott Graham <scottmg@chromium.org>