Home
last modified time | relevance | path

Searched defs:CATCH_TRAP (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp7951 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro
7953 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
7960 #define CATCH_TRAP() __asm__("int $3") macro
7962 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
7964 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro
7966 #define CATCH_TRAP() __asm__(".inst 0xde01") macro
7974 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro
7978 #define CATCH_TRAP() raise(SIGTRAP) macro
7981 #define CATCH_TRAP() __debugbreak() macro
7984 #define CATCH_TRAP() DebugBreak() macro