Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/pgo/
H A Dprofile_runtime.c77 return DebuggerTrapWithState(DBOP_RESET_PGO_COUNTERS, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in kextpgo_trap()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c715 DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic_str, in DebuggerTrapWithState() function
963 DebuggerTrapWithState(DBOP_DEBUGGER, message, in DebuggerWithContext()
1324 DebuggerTrapWithState(DBOP_PANIC, "panic", panic_format_str, in panic_trap_to_debugger()
H A Ddebug.h847 kern_return_t DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic…
H A Dkern_stackshot.c1164 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in stackshot_trap()