Searched refs:DebuggerTrapWithState (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/pgo/ |
| H A D | profile_runtime.c | 77 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 D | debug.c | 715 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 D | debug.h | 847 kern_return_t DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic…
|
| H A D | kern_stackshot.c | 1164 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in stackshot_trap()
|