Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_debugger.h55 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro
57 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
/external/catch2/projects/ExtraTests/
DX12-CustomDebugBreakMacro.cpp10 #define CATCH_BREAK_INTO_DEBUGGER() custom_debug_break() macro
/external/bcc/tests/cc/
Dcatch.hpp2014 #define CATCH_BREAK_INTO_DEBUGGER() \ macro
2020 … #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) {__asm__("int $3\n" : : );} macro
2025 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { __debugbreak(); } macro
2028 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { DebugBreak(); } macro
2032 #define CATCH_BREAK_INTO_DEBUGGER() Catch::alwaysTrue(); macro
/external/catch2/single_include/catch2/
Dcatch.hpp7918 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro
7920 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
/external/libabigail/tests/lib/
Dcatch.hpp7973 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro
7975 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro