Lines Matching refs:debugger_panic_options
237 uint64_t debugger_panic_options = 0; variable
1249 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1309 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);
1316 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1328 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1331 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1394 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1396 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1407 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1457 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1528 debugger_panic_options = CPUPANICOPTS;
1576 debugger_panic_options = 0;