Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp315 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
376 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h356 bool GetIsTerminalWithColors();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp204 bool File::GetIsTerminalWithColors() { in GetIsTerminalWithColors() function in File
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp828 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1886 if (!file.GetIsInteractive() || !file.GetIsTerminalWithColors()) in HandleProgressEvent()