Lines Matching refs:debugger_panic_options
258 uint64_t debugger_panic_options = 0; variable
1332 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1392 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);
1399 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1411 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1414 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1494 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1496 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1507 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1557 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1628 debugger_panic_options = CPUPANICOPTS;
1696 debugger_panic_options = 0;