Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) sorted by relevance
28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)40 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter()140 ScriptInterpreterLua &m_script_interpreter;146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua150 ScriptInterpreterLua::~ScriptInterpreterLua() = default;152 StructuredData::DictionarySP ScriptInterpreterLua::GetInterpreterInfo() { in GetInterpreterInfo()158 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine()201 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()216 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()229 void ScriptInterpreterLua::Initialize() { in Initialize()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
71 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
551 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp