Namespaces | |
| namespace | crashpad |
| The main namespace. | |
Typedefs | |
| using | crashpad::SymbolicConstantToStringOptions = unsigned int |
| A bitfield containing values of SymbolicConstantToStringOptionBits. | |
| using | crashpad::StringToSymbolicConstantOptions = unsigned int |
| A bitfield containing values of StringToSymbolicConstantOptionBits. | |
Enumerations | |
| enum | crashpad::SymbolicConstantToStringOptionBits |
Options for various *ToString functions in symbolic_constants_* files. More... | |
| enum | crashpad::StringToSymbolicConstantOptionBits |
Options for various StringTo* functions in symbolic_constants_* files. More... | |
"SIGHUP" and "SIGSEGV" are full names. SIG, and short names include "HUP" and "SEGV". SIGKILL generally has value 9, so the numeric string "9" would be interpreted equivalently to "SIGKILL".