Home
last modified time | relevance | path

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

/xnu-11215/bsd/pgo/
H A Dprofile_runtime.c119 return DebuggerTrapWithState(DBOP_RESET_PGO_COUNTERS, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in kextpgo_trap()
/xnu-11215/osfmk/kern/
H A Ddebug.c717 DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerTrapWithState() function
930 DebuggerTrapWithState(DBOP_DEBUGGER, message, in DebuggerWithContext()
1267 DebuggerTrapWithState(DBOP_PANIC, "panic", panic_format_str, in panic_trap_to_debugger()
H A Ddebug.h840 kern_return_t DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic…
H A Dkern_stackshot.c1149 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in stackshot_trap()