Searched refs:Debugger (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_dbg.h42 extern void Debugger(const char *message);
69 #define DEBUG_BREAK Debugger("");
97 Debugger(gDebugAssertStr); } }
/xnu-2782.1.97/pexpert/pexpert/
H A Dprotos.h65 void Debugger(const char *message);
/xnu-2782.1.97/osfmk/kern/
H A Dmisc_protos.h196 extern void Debugger(
H A Ddebug.c311 Debugger("double panic");
368 * Release panicwait indicator so that other cpus may call Debugger().
371 Debugger("panic");
396 * Release panicwait indicator so that other cpus may call Debugger().
H A Dmachine.c155 Debugger("Debugger");
H A Dsyscall_sw.c380 if (kern_invalid_debug) Debugger("kern_invalid mach trap");
/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h325 /*! @function Debugger
330 void Debugger(const char * reason);
/xnu-2782.1.97/pexpert/gen/
H A Dpe_gen.c50 Debugger(cause);
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c766 Debugger(message);
770 Debugger( function
783 printf("Debugger called: <%s>\n", message);
784 kprintf("Debugger called: <%s>\n", message);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c789 extern void Debugger(const char*);
792 debug_enter(char *c) { Debugger(c); }
/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c84 extern void Debugger(const char *message);
/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c1609 Debugger("vm_pageout_scan: no speculative pages");

Completed in 235 milliseconds