Lines Matching refs:debugger_panic_options
208 uint64_t debugger_panic_options = 0; variable
1098 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…
1129 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1184 SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options);
1187 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…
1191 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1203 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1206 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1254 …DEBUGGER_DEBUGGING_NESTED_PANIC_IF_REQUESTED((debugger_panic_options & DEBUGGER_OPTION_RECURPANIC_…
1263 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1265 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1276 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1312 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1382 debugger_panic_options = CPUPANICOPTS;
1421 debugger_panic_options = 0;