Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_debugger.cpp37 bool isDebuggerActive(){ in isDebuggerActive() function
68 bool isDebuggerActive() {
87 bool isDebuggerActive(){ in isDebuggerActive() function
108 bool isDebuggerActive() { in isDebuggerActive() function
115 bool isDebuggerActive() { in isDebuggerActive() function
121 bool isDebuggerActive() { return false; } in isDebuggerActive() function
Dcatch_debugger.h15 bool isDebuggerActive();
55 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
Dcatch_console_colour.cpp171 !isDebuggerActive() && in useColourOnPlatform()
/external/bcc/tests/cc/
Dcatch.hpp2004 bool isDebuggerActive();
2015 if( Catch::isDebuggerActive() ) { \
2020 … #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) {__asm__("int $3\n" : : );}
2025 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { __debugbreak(); }
2028 #define CATCH_BREAK_INTO_DEBUGGER() if( Catch::isDebuggerActive() ) { DebugBreak(); }
7050 colourMode = !isDebuggerActive() in platformColourInstance()
7110 colourMode = (!isDebuggerActive() && isatty(STDOUT_FILENO) ) in platformColourInstance()
7890 bool isDebuggerActive(){ in isDebuggerActive() function
7926 bool isDebuggerActive() { in isDebuggerActive() function
7933 bool isDebuggerActive() { in isDebuggerActive() function
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp7878 bool isDebuggerActive();
7918 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
10146 !isDebuggerActive() && in useColourOnPlatform()
10344 bool isDebuggerActive(){ in isDebuggerActive() function
10375 bool isDebuggerActive() {
10394 bool isDebuggerActive(){ in isDebuggerActive() function
10415 bool isDebuggerActive() { in isDebuggerActive() function
10422 bool isDebuggerActive() { in isDebuggerActive() function
10428 bool isDebuggerActive() { return false; } in isDebuggerActive() function
/external/libabigail/tests/lib/
Dcatch.hpp7929 bool isDebuggerActive();
7973 … #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
10205 !isDebuggerActive() && in useColourOnPlatform()
10402 bool isDebuggerActive(){ in isDebuggerActive() function
10433 bool isDebuggerActive() {
10452 bool isDebuggerActive(){ in isDebuggerActive() function
10473 bool isDebuggerActive() { in isDebuggerActive() function
10480 bool isDebuggerActive() { in isDebuggerActive() function
10486 bool isDebuggerActive() { return false; } in isDebuggerActive() function