Home
last modified time | relevance | path

Searched refs:GetInteractive (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp169 bool CommandReturnObject::GetInteractive() const { return m_interactive; } in GetInteractive() function in CommandReturnObject
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h144 bool GetInteractive() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp864 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
2960 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
3009 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()