Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This union contains relevant information for a processor the supported processors.
Syntax
typedef union _DEBUG_PROCESSOR_IDENTIFICATION_ALL {
DEBUG_PROCESSOR_IDENTIFICATION_ALPHA Alpha;
DEBUG_PROCESSOR_IDENTIFICATION_AMD64 Amd64;
DEBUG_PROCESSOR_IDENTIFICATION_IA64 Ia64;
DEBUG_PROCESSOR_IDENTIFICATION_X86 X86;
DEBUG_PROCESSOR_IDENTIFICATION_ARM Arm;
DEBUG_PROCESSOR_IDENTIFICATION_ARM64 Arm64;
} DEBUG_PROCESSOR_IDENTIFICATION_ALL, *PDEBUG_PROCESSOR_IDENTIFICATION_ALL;
Members
Alpha
An Alpha processor as a DEBUG_PROCESSOR_IDENTIFICATION_ALPHA struct.
Amd64
An AMD64 processor as a DEBUG_PROCESSOR_IDENTIFICATION_AMD64 struct.
Ia64
An Itanium architecture processor as a DEBUG_PROCESSOR_IDENTIFICATION_IA64 struct.
X86
An x86 processor as a DEBUG_PROCESSOR_IDENTIFICATION_X86 struct.
Arm
An ARM processor as a DEBUG_PROCESSOR_IDENTIFICATION_ARM struct.
Arm64
An ARM64 processor as a DEBUG_PROCESSOR_IDENTIFICATION_ARM64 struct.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |
See also
DEBUG_PROCESSOR_IDENTIFICATION_ALPHA
DEBUG_PROCESSOR_IDENTIFICATION_AMD64
DEBUG_PROCESSOR_IDENTIFICATION_ARM
DEBUG_PROCESSOR_IDENTIFICATION_ARM64