Home
last modified time | relevance | path

Searched refs:handle_debugger_trap (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Ddebug.c908 handle_debugger_trap(reason, 0, 0, ctx); in DebuggerWithContext()
1219 handle_debugger_trap(reason, 0, 0, ctx); in panic_trap_to_debugger()
1572 handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *state) function
H A Ddebug.h813 void handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *st…
/xnu-10063.101.15/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c331 handle_debugger_trap(exception, 0, 0, saved_state); in kdp_trap()
/xnu-10063.101.15/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c443 handle_debugger_trap(exception, code, subcode, saved_state); in kdp_i386_trap()