Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Ddebug.c1046 DebuggerSaveState(DBOP_PANIC, "panic", in panic_trap_to_debugger()
1059 DebuggerTrapWithState(DBOP_PANIC, "panic", panic_format_str, in panic_trap_to_debugger()
1133 if ((debugger_current_op == DBOP_PANIC) ||
1169 if (debugger_current_op == DBOP_PANIC) {
1189 …if (debugger_current_op == DBOP_PANIC || ((debugger_current_op == DBOP_DEBUGGER) && debugger_is_pa…
1285 if (debugger_current_op == DBOP_PANIC ||
1381 if (debugger_current_op == DBOP_PANIC ||
1625 return debugger_current_op == DBOP_PANIC ||
H A Ddebug.h752 DBOP_PANIC, enumerator