Lines Matching refs:debugger_panic_options
261 uint64_t debugger_panic_options = 0; variable
1377 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1437 …SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options, debugger_panic_initia…
1444 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1456 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1459 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1541 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1543 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1554 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1604 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1676 debugger_panic_options = CPUPANICOPTS;
1732 debugger_panic_options = 0;