Searched refs:debugger_panic_options (Results 1 – 1 of 1) sorted by relevance
210 uint64_t debugger_panic_options = 0; variable1102 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1133 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {1191 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);1194 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1198 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {1210 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&1213 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);1261 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1270 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {[all …]