Searched refs:CATCH_TRAP (Results 1 – 3 of 3) sorted by relevance
20 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro26 #define CATCH_TRAP() __asm__("int $3") macro28 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro30 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro32 #define CATCH_TRAP() __asm__(".inst 0xde01") macro40 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro44 #define CATCH_TRAP() raise(SIGTRAP) macro47 #define CATCH_TRAP() __debugbreak() macro50 #define CATCH_TRAP() DebugBreak() macro54 #ifdef CATCH_TRAP[all …]
7935 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro7937 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro7944 #define CATCH_TRAP() __asm__("int $3") macro7946 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro7948 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro7950 #define CATCH_TRAP() __asm__(".inst 0xde01") macro7958 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro7962 #define CATCH_TRAP() raise(SIGTRAP) macro7965 #define CATCH_TRAP() __debugbreak() macro7968 #define CATCH_TRAP() DebugBreak() macro[all …]
7883 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro7889 #define CATCH_TRAP() __asm__("int $3") macro7891 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro7893 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro7895 #define CATCH_TRAP() __asm__(".inst 0xde01") macro7903 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro7907 #define CATCH_TRAP() raise(SIGTRAP) macro7910 #define CATCH_TRAP() __debugbreak() macro7913 #define CATCH_TRAP() DebugBreak() macro7917 #ifdef CATCH_TRAP[all …]