Searched refs:CATCH_TRAP (Results 1 – 2 of 2) sorted by relevance
20 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro27 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro31 #define CATCH_TRAP() raise(SIGTRAP) macro34 #define CATCH_TRAP() __debugbreak() macro37 #define CATCH_TRAP() DebugBreak() macro40 #ifdef CATCH_TRAP41 #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
6014 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro6021 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro6025 #define CATCH_TRAP() raise(SIGTRAP) macro6028 #define CATCH_TRAP() __debugbreak() macro6031 #define CATCH_TRAP() DebugBreak() macro6034 #ifdef CATCH_TRAP6035 #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()