Searched refs:DebuggerTrapWithState (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/pgo/ |
| H A D | profile_runtime.c | 119 return DebuggerTrapWithState(DBOP_RESET_PGO_COUNTERS, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in kextpgo_trap()
|
| /xnu-11215/osfmk/kern/ |
| H A D | debug.c | 717 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 D | debug.h | 840 kern_return_t DebuggerTrapWithState(debugger_op db_op, const char *db_message, const char *db_panic…
|
| H A D | kern_stackshot.c | 1149 rv = DebuggerTrapWithState(DBOP_STACKSHOT, NULL, NULL, NULL, 0, NULL, FALSE, 0, NULL); in stackshot_trap()
|