Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Ddebug.c861 handle_debugger_trap(reason, 0, 0, ctx); in DebuggerWithContext()
1136 handle_debugger_trap(reason, 0, 0, ctx); in panic_trap_to_debugger()
1472 handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *state) function
H A Ddebug.h798 void handle_debugger_trap(unsigned int exception, unsigned int code, unsigned int subcode, void *st…
/xnu-8792.41.9/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c318 handle_debugger_trap(exception, 0, 0, saved_state); in kdp_trap()
/xnu-8792.41.9/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c442 handle_debugger_trap(exception, code, subcode, saved_state); in kdp_i386_trap()