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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_dbg.h42 extern void Debugger(const char *message);
69 #define DEBUG_BREAK Debugger("");
98 Debugger(gDebugAssertStr); } }
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dprotos.h69 void Debugger(const char *message);
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp106 Debugger("NMI"); // This is a direct call to the Debugger
108 PE_enter_debugger("NMI"); // This is a indirect call the Debugger that is dependent on the debug flag
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmisc_protos.h174 extern void Debugger(
H A Ddebug.c252 Debugger("double panic");
272 * Release panicwait indicator so that other cpus may call Debugger().
275 Debugger("panic");
H A Dmachine.c144 Debugger("Debugger");
H A Dsyscall_sw.c235 if (kern_invalid_debug) Debugger("kern_invalid mach trap");
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h51 extern void Debugger(const char *message); /* Private to pexpert... */
182 #define DBG_ASSERT(a) { if (!(a)) { Debugger("Oops - File __FILE__ , line __LINE__: assertion '"#a"' failed."); } }
H A Dsynthfs_vnops.c162 Debugger(debugmsg);
198 Debugger(debugmsg);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLib.h323 /*! @function Debugger
328 void Debugger(const char * reason);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c152 int db_run_mode; /* Debugger run mode */
274 Debugger("inline call to debugger(machine_startup)");
582 Debugger(const char *message) { function
589 * backtrace for Debugger() call from panic() if no current debugger
650 printf("Debugger(%s)\n", message);
H A Dserial_io.c369 Debugger("Serial Line Request");
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlocks_i386.c931 Debugger("timeout - lck_rw_want_write");
984 Debugger("timeout - wait for readers");
1215 Debugger("timeout - wait no writers");
1340 Debugger("timeout - lck_rw_shared_count");
H A Dmp.c425 Debugger("cpu_signal_handler: signals did not clear");
H A Dtrap.c1165 Debugger("Unanticipated user trap");
H A Dpmap.c581 Debugger("deadlock detection"); \
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Dpe_gen.c49 Debugger(cause);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c199 Debugger("inline call to debugger(machine_startup)");
685 Debugger( function
698 printf("Debugger called: <%s>\n", message);
699 kprintf("Debugger called: <%s>\n", message);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c758 extern void Debugger(const char*);
761 debug_enter(char *c) { Debugger(c); }
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c486 Debugger("inline call to debugger(machine_startup)");
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c76 extern void Debugger(const char *message);

Completed in 131 milliseconds