Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) sorted by relevance
28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)140 ScriptInterpreterLua &m_script_interpreter;146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua150 ScriptInterpreterLua::~ScriptInterpreterLua() = default;201 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()216 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()229 void ScriptInterpreterLua::Initialize() { in Initialize()239 void ScriptInterpreterLua::Terminate() {} in Terminate()254 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession()283 ScriptInterpreterLua *lua_interpreter = static_cast<ScriptInterpreterLua *>( in BreakpointCallbackFunction()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
71 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
539 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp