Searched refs:panic_trap_to_debugger (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | debug.c | 270 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, 1077 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, 0, NULL, (unsigned long)(char *)__builtin_re… in panic() 1100 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data() 1122 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options() 1133 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator() 1207 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, ((debugger_options_mask & ~DEBUGGER_INTE… in panic_with_thread_context() 1217 panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, unsigned int reason, void… in panic_trap_to_debugger() function
|
| /xnu-12377.61.12/tests/unit/mocks/ |
| H A D | mock_misc.c | 144 panic_trap_to_debugger, (const char *panic_format_str, va_list * panic_args,
|
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | locore.s | 2168 b EXT(panic_trap_to_debugger)
|