Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp2012 bool isDebuggerActive();
2023 if( Catch::isDebuggerActive() ) { \
2028 … #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) {__asm__("int $3\n" : : );}
2033 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { __debugbreak(); }
2036 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { DebugBreak(); }
7109 colourMode = !isDebuggerActive() in platformColourInstance()
7169 colourMode = (!isDebuggerActive() && isatty(STDOUT_FILENO) ) in platformColourInstance()
7949 bool isDebuggerActive(){ in isDebuggerActive() function
7985 bool isDebuggerActive() { in isDebuggerActive() function
7992 bool isDebuggerActive() { in isDebuggerActive() function
[all …]