Lines Matching refs:debugger_panic_options
249 uint64_t debugger_panic_options = 0; variable
1297 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1357 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);
1364 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1376 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1379 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1442 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1444 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1455 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1505 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1576 debugger_panic_options = CPUPANICOPTS;
1631 debugger_panic_options = 0;