Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) sorted by relevance
28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)40 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter()139 ScriptInterpreterLua &m_script_interpreter;145 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua149 ScriptInterpreterLua::~ScriptInterpreterLua() = default;151 StructuredData::DictionarySP ScriptInterpreterLua::GetInterpreterInfo() { in GetInterpreterInfo()157 bool ScriptInterpreterLua::ExecuteOneLine(llvm::StringRef command, in ExecuteOneLine()200 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()215 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()228 void ScriptInterpreterLua::Initialize() { in Initialize()[all …]
22 class ScriptInterpreterLua : public ScriptInterpreter {36 ScriptInterpreterLua(Debugger &debugger);38 ~ScriptInterpreterLua() override;
3 ScriptInterpreterLua.cpp
4495 lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp4496 lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h