Searched defs:CATCH_TRAP (Results 1 – 1 of 1) sorted by relevance
7855 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro7862 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro7866 #define CATCH_TRAP() raise(SIGTRAP) macro7869 #define CATCH_TRAP() __debugbreak() macro7872 #define CATCH_TRAP() DebugBreak() macro