Searched refs:EXC_BREAKPOINT (Results 1 – 9 of 9) sorted by relevance
87 #define EXC_BREAKPOINT 6 /* Trace, breakpoint, etc. */ macro156 #define EXC_MASK_BREAKPOINT (1 << EXC_BREAKPOINT)
103 case EXC_BREAKPOINT: in ux_exception()
101 T_ASSERT_EQ(type, EXC_BREAKPOINT, "exc breakpoint received"); in catch_mach_exception_raise()
38 if (exception == EXC_BREAKPOINT || (exception == EXC_CRASH && atomic_load_explicit(&after_kill, in catch_mach_exception_raise()
674 DebuggerCall(EXC_BREAKPOINT, state); in sleh_synchronous_sp1()1234 exception = EXC_BREAKPOINT; in handle_uncategorized()1261 exception = EXC_BREAKPOINT; in handle_uncategorized()1511 exception_type_t exception = EXC_BREAKPOINT; in handle_user_breakpoint()1553 exception_type_t exception = EXC_BREAKPOINT; in handle_watchpoint()1907 exc = EXC_BREAKPOINT; in handle_sw_step_debug()
429 exception = EXC_BREAKPOINT; in kdp_i386_trap()
1216 exc = EXC_BREAKPOINT; in user_trap()1226 exc = EXC_BREAKPOINT; in user_trap()
649 DebuggerWithContext(EXC_BREAKPOINT, saved_state64(regs), in NMIInterruptHandler()
1379 if (exception != EXC_BREAKPOINT) { in kdp_debugger_loop()1380 if (exception > EXC_BREAKPOINT || exception < EXC_BAD_ACCESS) { in kdp_debugger_loop()