Searched refs:DebugException (Results 1 – 8 of 8) sorted by relevance
18 struct DebugException {}; struct21 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : throw ::DebugException())156 } catch (DebugException const&) { in test_failing()
152 void DebugException(struct pt_regs *regs) in DebugException() function
250 STD_EXCEPTION(0x1d00, InstructionBreakpoint, DebugException)
209 void DebugException(struct pt_regs *regs) in DebugException() function
383 STD_EXCEPTION(0x1300, InstructionBreakpoint, DebugException)
280 void DebugException(struct pt_regs *regs) in DebugException() function
1285 CRIT_EXCEPTION(0x0f00, DebugBreakpoint, DebugException )
73 Added new routine DebugException()