Searched defs:CATCH_TRAP (Results 1 – 1 of 1) sorted by relevance
7951 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro7953 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro7960 #define CATCH_TRAP() __asm__("int $3") macro7962 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro7964 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro7966 #define CATCH_TRAP() __asm__(".inst 0xde01") macro7974 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro7978 #define CATCH_TRAP() raise(SIGTRAP) macro7981 #define CATCH_TRAP() __debugbreak() macro7984 #define CATCH_TRAP() DebugBreak() macro