Home
last modified time | relevance | path

Searched refs:EXC_BREAKPOINT (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dexception_types.h87 #define EXC_BREAKPOINT 6 /* Trace, breakpoint, etc. */ macro
148 #define EXC_MASK_BREAKPOINT (1 << EXC_BREAKPOINT)
/xnu-8019.80.24/osfmk/arm/
H A Dtrap.c211 exception = EXC_BREAKPOINT; in sleh_undef()
233 exception = EXC_BREAKPOINT; in sleh_undef()
243 if (exception == EXC_BREAKPOINT) { in sleh_undef()
400 DebuggerCall(EXC_BREAKPOINT, regs); in sleh_abort()
551 exc = EXC_BREAKPOINT; in sleh_abort()
/xnu-8019.80.24/bsd/uxkern/
H A Dux_exception.c97 case EXC_BREAKPOINT: in ux_exception()
/xnu-8019.80.24/osfmk/arm64/
H A Dsleh.c443 DebuggerCall(EXC_BREAKPOINT, state); in sleh_synchronous_sp1()
819 exception = EXC_BREAKPOINT; in handle_uncategorized()
846 exception = EXC_BREAKPOINT; in handle_uncategorized()
952 exception_type_t exception = EXC_BREAKPOINT; in handle_breakpoint()
971 exception_type_t exception = EXC_BREAKPOINT; in handle_watchpoint()
1212 exc = EXC_BREAKPOINT; in handle_sw_step_debug()
/xnu-8019.80.24/tests/
H A Dhw_breakpoint_step_arm64.c37 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
/xnu-8019.80.24/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c424 exception = EXC_BREAKPOINT; in kdp_i386_trap()
/xnu-8019.80.24/osfmk/i386/
H A Dtrap.c1021 exc = EXC_BREAKPOINT; in user_trap()
1031 exc = EXC_BREAKPOINT; in user_trap()
H A Dmp.c651 DebuggerWithContext(EXC_BREAKPOINT, saved_state64(regs), in NMIInterruptHandler()
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_udp.c1377 if (exception != EXC_BREAKPOINT) { in kdp_debugger_loop()
1378 if (exception > EXC_BREAKPOINT || exception < EXC_BAD_ACCESS) { in kdp_debugger_loop()