Lines Matching refs:debugger_panic_options
265 uint64_t debugger_panic_options = 0; variable
1436 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1497 …SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options, debugger_panic_initia…
1504 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1516 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1519 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1599 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1601 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1612 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1663 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1744 debugger_panic_options = CPUPANICOPTS;
1808 debugger_panic_options = 0;