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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp115 bool IOHandler::GetIsRealTerminal() { function in class:IOHandler
116 return GetInputFileSP() ? GetInputFileSP()->GetIsRealTerminal() : false;
251 m_input_sp && m_input_sp->GetIsRealTerminal();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h346 bool GetIsRealTerminal();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp84 m_io_handler_sp->GetIsRealTerminal()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h156 bool GetIsRealTerminal();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp193 bool File::GetIsRealTerminal() { function in class:File

Completed in 72 milliseconds