Searched refs:handle_debugger_trap (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | debug.c | 908 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 D | debug.h | 813 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 D | kdp_machdep.c | 331 handle_debugger_trap(exception, 0, 0, saved_state); in kdp_trap()
|
| /xnu-10063.101.15/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 443 handle_debugger_trap(exception, code, subcode, saved_state); in kdp_i386_trap()
|