Lines Matching refs:debugger_panic_options
210 uint64_t debugger_panic_options = 0; variable
1102 …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))) {
1272 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1283 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1319 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1389 debugger_panic_options = CPUPANICOPTS;
1428 debugger_panic_options = 0;