Home
last modified time | relevance | path

Searched refs:ExecuteOneLine (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp43 TEST_F(ScriptInterpreterTest, ExecuteOneLine) { in TEST_F() argument
49 EXPECT_TRUE(script_interpreter.ExecuteOneLine("foo = 1", &result)); in TEST_F()
50 EXPECT_FALSE(script_interpreter.ExecuteOneLine("nil = foo", &result)); in TEST_F()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h22 bool ExecuteOneLine(
H A DScriptInterpreterNone.cpp33 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterNone
/llvm-project/lldb/source/Commands/
H A DCommandObjectScripting.cpp122 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h40 bool ExecuteOneLine(
H A DScriptInterpreterLua.cpp158 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterLua
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h165 virtual bool ExecuteOneLine(
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h39 bool ExecuteOneLine(
H A DScriptInterpreterPython.cpp807 bool ScriptInterpreterPythonImpl::ExecuteOneLine(
829 bool ScriptInterpreterPythonImpl::ExecuteOneLine( ExecuteOneLine() function in ScriptInterpreterPythonImpl