enum class OSPlatform
Description
The OS Platform of the system that generated this minidump. Used in the PlatformId field of the SystemInfo stream.
Declared at: llvm/include/llvm/BinaryFormat/Minidump.h:135
Enumerators
Name | Value | Comment |
---|---|---|
Win32S | 0 | |
Win32Windows | 1 | |
Win32NT | 2 | |
Win32CE | 3 | |
Unix | 32768 | |
MacOSX | 33025 | |
IOS | 33026 | |
Linux | 33281 | |
Solaris | 33282 | |
Android | 33283 | |
PS3 | 33284 | |
NaCl | 33285 |