Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c135 unsigned int panicDebugging = FALSE; variable
363 panicDebugging = TRUE; in panic_init()
366 panicDebugging = TRUE; in panic_init()
724 if (!panicDebugging) { in DebuggerWithContext()
990 if (!panicDebugging) { in panic_trap_to_debugger()
1299 if (PE_i_can_has_debugger(NULL) && panicDebugging) {
1311 if (!panicDebugging) {
H A Ddebug.h672 extern unsigned int panicDebugging;
/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c592 return panicDebugging; in PE_panic_debugging_enabled()
/xnu-8019.80.24/osfmk/i386/
H A Dmp.c586 if (panic_active() && !panicDebugging) { in NMIInterruptHandler()
/xnu-8019.80.24/iokit/Kernel/
H A DIOPlatformExpert.cpp1443 if (panicDebugging && !(debug_boot_arg & DB_REBOOT_ALWAYS)) { in registerNVRAMController()