Home
last modified time | relevance | path

Searched refs:GetIsInteractive (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp97 bool IOHandler::GetIsInteractive() { in GetIsInteractive() function in IOHandler
98 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
299 m_delegate.IOHandlerActivated(*this, GetIsInteractive()); in Activate()
344 if (GetIsInteractive()) { in GetLine()
552 if (m_base_line_number > 0 && GetIsInteractive()) { in GetLines()
H A DDebugger.cpp2063 return file.GetIsInteractive() && file.GetIsRealTerminal() && in StatuslineSupported()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 input_sp->GetIsRealTerminal() && input_sp->GetIsInteractive()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h339 bool GetIsInteractive();
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp193 bool File::GetIsInteractive() { in GetIsInteractive() function in File
872 if (!out->GetIsInteractive()) in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h145 bool GetIsInteractive();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp90 if (m_io_handler_sp->GetIsInteractive() && in GetIOHandler()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3252 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete()
3465 return (GetIOHandler() ? GetIOHandler()->GetIsInteractive() : false); in IsInteractive()