Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7855 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro
7862 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro
7866 #define CATCH_TRAP() raise(SIGTRAP) macro
7869 #define CATCH_TRAP() __debugbreak() macro
7872 #define CATCH_TRAP() DebugBreak() macro