Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) sorted by relevance
29 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)41 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter()152 ScriptInterpreterLua &m_script_interpreter;158 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua162 ScriptInterpreterLua::~ScriptInterpreterLua() = default;164 StructuredData::DictionarySP ScriptInterpreterLua::GetInterpreterInfo() { in GetInterpreterInfo()170 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine()213 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()228 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()242 void ScriptInterpreterLua::Initialize() { in Initialize()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
71 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
572 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp