Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c748 handle_debugger_trap(reason, 0, 0, ctx); in DebuggerWithContext()
1037 handle_debugger_trap(reason, 0, 0, ctx); in panic_trap_to_debugger()
1326 handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *state) function
H A Ddebug.h758 void handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *st…
/xnu-8019.80.24/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c439 handle_debugger_trap(exception, code, subcode, saved_state); in kdp_i386_trap()
/xnu-8019.80.24/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c344 handle_debugger_trap(exception, 0, 0, saved_state); in kdp_trap()