Lines Matching refs:debugger_panic_options
265 uint64_t debugger_panic_options = 0; variable
1420 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1480 …SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options, debugger_panic_initia…
1487 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1499 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1502 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1582 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1584 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1595 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1645 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1717 debugger_panic_options = CPUPANICOPTS;
1773 debugger_panic_options = 0;