Home
last modified time | relevance | path

Searched refs:DebugException (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp18 struct DebugException {}; struct
21 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : throw ::DebugException())
156 } catch (DebugException const&) { in test_failing()
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dtraps.c152 void DebugException(struct pt_regs *regs) in DebugException() function
Dstart.S250 STD_EXCEPTION(0x1d00, InstructionBreakpoint, DebugException)
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dtraps.c209 void DebugException(struct pt_regs *regs) in DebugException() function
Dstart.S383 STD_EXCEPTION(0x1300, InstructionBreakpoint, DebugException)
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dtraps.c280 void DebugException(struct pt_regs *regs) in DebugException() function
Dstart.S1285 CRIT_EXCEPTION(0x0f00, DebugBreakpoint, DebugException )
/external/u-boot/doc/
DREADME.bedbug73 Added new routine DebugException()