Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp113 bool IOHandler::GetIsInteractive() { in GetIsInteractive() function in IOHandler
114 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
318 m_delegate.IOHandlerActivated(*this, GetIsInteractive()); in Activate()
366 if (GetIsInteractive()) { in GetLine()
536 if (m_base_line_number > 0 && GetIsInteractive()) { in GetLines()
H A DDebugger.cpp1866 if (!file.GetIsInteractive() || !file.GetIsTerminalWithColors()) in HandleProgressEvent()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 input.GetIsInteractive()) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h338 bool GetIsInteractive();
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp191 bool File::GetIsInteractive() { in GetIsInteractive() function in File
828 if (!out->GetIsInteractive()) in Create()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h152 bool GetIsInteractive();
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp88 if (m_io_handler_sp->GetIsInteractive() && in GetIOHandler()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3029 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete()
3199 return (GetIOHandler() ? GetIOHandler()->GetIsInteractive() : false); in IsInteractive()