Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h150 bool GetInteractive() const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandReturnObject.cpp162 bool CommandReturnObject::GetInteractive() const { return m_interactive; } in GetInteractive() function in CommandReturnObject
H A DCommandInterpreter.cpp2559 tmp_result.SetInteractive(result.GetInteractive()); in HandleCommands()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp859 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
2777 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2822 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()