Searched refs:Call_DebuggerC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmisc_protos.h135 int Call_DebuggerC(unsigned int, struct savearea *);
H A Dmodel_dep.c701 Call_DebuggerC(type, sv); /* Attempt to get into debugger */
704 Call_DebuggerC(type, sv); /* Attempt to get into debugger */
716 Call_DebuggerC(unsigned int type, struct savearea *saved_state) function
747 kprintf("Call_DebuggerC(%d): %08X %08X, debact = %d\n", my_cpu, type, (uint32_t)saved_state, debug_mode); /* (TEST/DEBUG) */
762 if (debugger_debug) kprintf("Call_DebuggerC(%d): instr_pp = %08X, instr_ptr = %016llX, instr = %08X\n", my_cpu, instr_pp, instr_ptr, instr); /* (TEST/DEBUG) */
769 if (debugger_debug) kprintf("Call_DebuggerC(%d): lasttrace = %08X\n", my_cpu, lastTrace); /* (TEST/DEBUG) */
839 if (debugger_debug) kprintf("Call_DebuggerC(%d): switching debuggers\n", my_cpu); /* (TEST/DEBUG) */
873 if (debugger_debug) kprintf("Call_DebuggerC(%d): exit - inst = %08X, cpu=%d(%d), run=%d\n", my_cpu,
H A Dmisc_asm.s88 bl EXT(Call_DebuggerC) ; Call the "C" phase of this

Completed in 31 milliseconds