Searched refs:lastTrace (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlow_trace.h89 extern unsigned int lastTrace; /* Value of low-level exception trace controls */
H A Dmodel_dep.c160 unsigned int lastTrace; /* Value of low-level exception trace controls */ variable
769 if (debugger_debug) kprintf("Call_DebuggerC(%d): lasttrace = %08X\n", my_cpu, lastTrace); /* (TEST/DEBUG) */
774 lastTrace = LLTraceSet(0); /* Disable low-level tracing */
882 LLTraceSet(lastTrace); /* Enable tracing on the way out if we are debugger */
H A Dtrap.c898 lastTrace = LLTraceSet(0); /* Disable low-level tracing */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c221 lastTrace = LLTraceSet(0); /* Disable low-level tracing */

Completed in 70 milliseconds