Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
Dlibdebugserver.cpp40 int g_isatty = 0; variable
44 if (g_isatty) { \
52 if (g_isatty) { \
323 g_isatty = 0; in debug_server_main()
325 g_isatty = ::isatty(STDIN_FILENO); in debug_server_main()
Ddebugserver.cpp66 int g_isatty = 0; variable
71 if (g_isatty) { \
79 if (g_isatty) { \
927 g_isatty = ::isatty(STDIN_FILENO); in main()
DChangeLog142 * test-remotenub.cpp (g_isatty): New global that gets set to non-zero if
144 (RNBLogSTDOUT): New macro that logs to STDOUT if g_isatty is non-zero, else
146 (RNBLogSTDERR): New macro that logs to STDERR if g_isatty is non-zero, else