Lines Matching refs:debugger_panic_options
249 uint64_t debugger_panic_options = 0; variable
1296 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1356 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);
1363 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1375 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1378 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1441 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1443 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1454 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1504 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1575 debugger_panic_options = CPUPANICOPTS;
1630 debugger_panic_options = 0;