Searched defs: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() macro
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() macro