Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectGUI.cpp33 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() && in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp117 bool IOHandler::GetIsRealTerminal() { in GetIsRealTerminal() function in IOHandler
118 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
267 m_input_sp && m_input_sp->GetIsRealTerminal(); in IOHandlerEditline()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h349 bool GetIsRealTerminal();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h160 bool GetIsRealTerminal();
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp89 m_io_handler_sp->GetIsRealTerminal()) { in GetIOHandler()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp197 bool File::GetIsRealTerminal() { in GetIsRealTerminal() function in File