Searched refs:debugger_panic_options (Results 1 – 1 of 1) sorted by relevance
208 uint64_t debugger_panic_options = 0; variable1098 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1129 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {1184 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);1187 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1191 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {1203 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&1206 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);1254 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…1263 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {[all …]