Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.c266 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args,
1044panic_trap_to_debugger(str, &panic_str_args, 0, NULL, 0, NULL, (unsigned long)(char *)__builtin_re… in panic()
1067panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1089panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options()
1100panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options_and_initiator()
1174panic_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 Dlocore.s2218 b EXT(panic_trap_to_debugger)