Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) 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;194 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()209 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()223 void ScriptInterpreterLua::Initialize() { in Initialize()233 void ScriptInterpreterLua::Terminate() {} in Terminate()248 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession()277 ScriptInterpreterLua *lua_interpreter = static_cast<ScriptInterpreterLua *>( in BreakpointCallbackFunction()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
67 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
502 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp