Home
last modified time | relevance | path

Searched refs:ScriptInterpreterLua (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)
40 ScriptInterpreterLua &script_interpreter, in IOHandlerLuaInterpreter()
140 ScriptInterpreterLua &m_script_interpreter;
146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua
150 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 …]
H A DScriptInterpreterLua.h22 class ScriptInterpreterLua : public ScriptInterpreter {
36 ScriptInterpreterLua(Debugger &debugger);
38 ~ScriptInterpreterLua() override;
/freebsd-src/lib/clang/include/Plugins/
H A DPlugins.def71 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
/freebsd-src/lib/clang/liblldb/
H A DMakefile551 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp