Searched refs:panic_trap_to_debugger (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | debug.c | 266 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, 1044 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, 0, NULL, (unsigned long)(char *)__builtin_re… in panic() 1067 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data() 1089 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options() 1100 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator() 1174 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, ((debugger_options_mask & ~DEBUGGER_INTE… in panic_with_thread_context() 1184 panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, unsigned int reason, void… in panic_trap_to_debugger() function
|
| /xnu-11215/osfmk/arm64/ |
| H A D | locore.s | 2218 b EXT(panic_trap_to_debugger)
|