Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectGUI.cpp36 input_sp->GetFile().GetIsInteractive()) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h370 bool GetIsInteractive();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h147 bool GetIsInteractive();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp89 if (m_io_handler_sp->GetIsInteractive() && in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp708 bool File::GetIsInteractive() { in GetIsInteractive() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp128 bool IOHandler::GetIsInteractive() { in GetIsInteractive() function in IOHandler
129 return GetInputStreamFile()->GetFile().GetIsInteractive(); in GetIsInteractive()
349 if (GetIsInteractive()) { in GetLine()
509 if (m_base_line_number > 0 && GetIsInteractive()) { in GetLines()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2781 const bool is_interactive = io_handler.GetIsInteractive(); in IOHandlerInputComplete()