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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_dbg.h42 extern void Debugger(const char *message);
69 #define DEBUG_BREAK Debugger("");
98 Debugger(gDebugAssertStr); } }
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp88 Debugger("NMI"); // This is a direct call to the Debugger
90 PE_enter_debugger("NMI"); // This is a indirect call the Debugger that is dependent on the debug flag
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dprotos.h65 void Debugger(const char *message);
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c154 * Debugger/DebuggerWithContext.
363 Debugger(message);
367 Debugger( function
384 printf("Debugger called: <%s>\n", message);
385 kprintf("Debugger called: <%s>\n", message);
462 Debugger("inline call to debugger(machine_startup)");
H A Dtrap.c214 Debugger("fatal exception");
H A Dpmap.c1174 Debugger("pmap_attribute_cache_sync");
1881 Debugger("pmap_sync_page_data_phys");
1892 Debugger("pmap_sync_page_attributes_phys");
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h196 extern void Debugger(
H A Ddebug.c278 Debugger("double panic");
339 * Release panicwait indicator so that other cpus may call Debugger().
344 Debugger("panic");
368 * Release panicwait indicator so that other cpus may call Debugger().
H A Dmachine.c149 Debugger("Debugger");
H A Dsyscall_sw.c382 if (kern_invalid_debug) Debugger("kern_invalid mach trap");
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h325 /*! @function Debugger
330 void Debugger(const char * reason);
/darwin-on-arm/xnu/pexpert/gen/
H A Dpe_gen.c49 Debugger(cause);
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c786 Debugger(message);
790 Debugger( function
803 printf("Debugger called: <%s>\n", message);
804 kprintf("Debugger called: <%s>\n", message);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c762 extern void Debugger(const char*);
765 debug_enter(char *c) { Debugger(c); }
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c79 extern void Debugger(const char *message);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c238 Debugger("deadlock detection"); \
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c1514 Debugger("vm_pageout_scan: no speculative pages");

Completed in 123 milliseconds