Home
last modified time | relevance | path

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

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