Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp109 bool IOHandler::GetIsInteractive() { in GetIsInteractive() function in IOHandler
110 return GetInputFileSP() ? GetInputFileSP()->GetIsInteractive() : false; in GetIsInteractive()
313 m_delegate.IOHandlerActivated(*this, GetIsInteractive()); in Activate()
358 if (GetIsInteractive()) { in GetLine()
526 if (m_base_line_number > 0 && GetIsInteractive()) { in GetLines()
H A DDebugger.cpp1886 if (!file.GetIsInteractive() || !file.GetIsTerminalWithColors()) in HandleProgressEvent()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectGUI.cpp34 input.GetIsInteractive()) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h339 bool GetIsInteractive();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp192 bool File::GetIsInteractive() { in GetIsInteractive() function in File
829 if (!out->GetIsInteractive()) in Create()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h149 bool GetIsInteractive();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp88 if (m_io_handler_sp->GetIsInteractive() && in GetIOHandler()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3077 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete()
3254 return (GetIOHandler() ? GetIOHandler()->GetIsInteractive() : false); in IsInteractive()