Home
last modified time | relevance | path

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

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