Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_debugger.h41 #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro
43 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
Dcatch_assertionhandler.cpp83 CATCH_BREAK_INTO_DEBUGGER(); in complete()
/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
2031 #ifndef CATCH_BREAK_INTO_DEBUGGER
2032 #define CATCH_BREAK_INTO_DEBUGGER() Catch::alwaysTrue(); macro
2053 if( resultBuilder.shouldDebugBreak() ) CATCH_BREAK_INTO_DEBUGGER(); \
/external/catch2/docs/
Drelease-notes.md97 * `CATCH_BREAK_INTO_DEBUGGER` is now always a function
/external/catch2/single_include/catch2/
Dcatch.hpp6035 #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() macro
6037 #define CATCH_BREAK_INTO_DEBUGGER() []{}() macro
6317 CATCH_BREAK_INTO_DEBUGGER(); in complete()