Home
last modified time | relevance | path

Searched refs:panic_trap_to_debugger (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c270 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args,
1077panic_trap_to_debugger(str, &panic_str_args, 0, NULL, 0, NULL, (unsigned long)(char *)__builtin_re… in panic()
1100panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1122panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options()
1133panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator()
1207panic_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 Dmock_misc.c144 panic_trap_to_debugger, (const char *panic_format_str, va_list * panic_args,
/xnu-12377.61.12/osfmk/arm64/
H A Dlocore.s2168 b EXT(panic_trap_to_debugger)