Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp46 TEST_F(ScriptInterpreterTest, ExecuteOneLine) { in TEST_F() argument
52 EXPECT_TRUE(script_interpreter.ExecuteOneLine("foo = 1", &result)); in TEST_F()
53 EXPECT_FALSE(script_interpreter.ExecuteOneLine("nil = foo", &result)); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.h22 bool ExecuteOneLine(
H A DScriptInterpreterNone.cpp30 bool ScriptInterpreterNone::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterNone
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectScript.cpp109 if (script_interpreter->ExecuteOneLine(command, &result)) in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h40 bool ExecuteOneLine(
H A DScriptInterpreterLua.cpp157 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine() function in ScriptInterpreterLua
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h157 virtual bool ExecuteOneLine(
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h39 bool ExecuteOneLine(
H A DScriptInterpreterPython.cpp811 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine() function in ScriptInterpreterPythonImpl