Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Ddebug.c167 debugger_op db_current_op;
208 debugger_op debugger_current_op = DBOP_NONE;
612 DebuggerSaveState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerSaveState()
646 DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerTrapWithState()
1345 debugger_op db_prev_op = debugger_current_op;
H A Ddebug.h755 } debugger_op; typedef
758 kern_return_t DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic…