Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.h844 void DebuggerWithContext(unsigned int reason, void *ctx, const char *message, uint64_t debugger_opt…
H A Ddebug.c876DebuggerWithContext(0, NULL, message, DEBUGGER_OPTION_NONE, (unsigned long)(char *)__builtin_retur… in Debugger()
891 DebuggerWithContext(unsigned int reason, void *ctx, const char *message, in DebuggerWithContext() function
/xnu-11215/osfmk/i386/
H A Dmp.c649 DebuggerWithContext(EXC_BREAKPOINT, saved_state64(regs), in NMIInterruptHandler()