Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 input_sp->GetIsRealTerminal() && input_sp->GetIsInteractive()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp101 bool IOHandler::GetIsRealTerminal() { in GetIsRealTerminal() function in IOHandler
102 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false; in GetIsRealTerminal()
248 m_input_sp->GetIsRealTerminal(); in IOHandlerEditline()
H A DDebugger.cpp2063 return file.GetIsInteractive() && file.GetIsRealTerminal() && in StatuslineSupported()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h350 bool GetIsRealTerminal();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h153 bool GetIsRealTerminal();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp91 m_io_handler_sp->GetIsRealTerminal()) { in GetIOHandler()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp199 bool File::GetIsRealTerminal() { in GetIsRealTerminal() function in File