Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectGUI.cpp33 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() && in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp113 bool IOHandler::GetIsRealTerminal() { in GetIsRealTerminal() function in IOHandler
114 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
262 m_input_sp && m_input_sp->GetIsRealTerminal(); in IOHandlerEditline()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h350 bool GetIsRealTerminal();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h157 bool GetIsRealTerminal();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp89 m_io_handler_sp->GetIsRealTerminal()) { in GetIOHandler()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp198 bool File::GetIsRealTerminal() { in GetIsRealTerminal() function in File