Home
last modified time | relevance | path

Searched refs:CATCH_TRAP (Results 1 - 1 of 1) sorted by relevance

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

Completed in 9 milliseconds