Searched refs:ScriptInterpreterLua (Results 1 – 5 of 5) sorted by relevance
28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)139 ScriptInterpreterLua &m_script_interpreter;145 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua149 ScriptInterpreterLua::~ScriptInterpreterLua() = default;200 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()215 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()228 void ScriptInterpreterLua::Initialize() { in Initialize()238 void ScriptInterpreterLua::Terminate() {} in Terminate()253 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession()282 ScriptInterpreterLua *lua_interpreter = static_cast<ScriptInterpreterLua *>( in BreakpointCallbackFunction()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
3 ScriptInterpreterLua.cpp
50 ScriptInterpreterLua script_interpreter(*debugger_sp); in TEST_F()
4498 lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp4499 lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h