Home
last modified time | relevance | path

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

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