Home
last modified time | relevance | path

Searched refs:debugger_panic_options (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Ddebug.c265 uint64_t debugger_panic_options = 0; variable
1425 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1486 …SavePanicInfo(debugger_message, debugger_panic_data, debugger_panic_options, debugger_panic_initia…
1493 if (debugger_panic_options & DEBUGGER_OPTION_PANICLOGANDREBOOT) {
1505 if ((debugger_panic_options & DEBUGGER_OPTION_SKIP_LOCAL_COREDUMP) &&
1508 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1588 ((ret == 0) || (debugger_panic_options & DEBUGGER_OPTION_ATTEMPTCOREDUMPANDREBOOT))) {
1590 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1601 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
1652 kdp_machine_reboot_type(kPEPanicRestartCPU, debugger_panic_options);
[all …]