Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp28 LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)
140 ScriptInterpreterLua &m_script_interpreter;
146 ScriptInterpreterLua::ScriptInterpreterLua(Debugger &debugger) in ScriptInterpreterLua() function in ScriptInterpreterLua
150 ScriptInterpreterLua::~ScriptInterpreterLua() = default;
201 void ScriptInterpreterLua::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()
216 bool ScriptInterpreterLua::LoadScriptingModule( in LoadScriptingModule()
229 void ScriptInterpreterLua::Initialize() { in Initialize()
239 void ScriptInterpreterLua::Terminate() {} in Terminate()
254 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession()
283 ScriptInterpreterLua *lua_interpreter = static_cast<ScriptInterpreterLua *>( in BreakpointCallbackFunction()
[all …]
H A DScriptInterpreterLua.h22 class ScriptInterpreterLua : public ScriptInterpreter {
36 ScriptInterpreterLua(Debugger &debugger);
38 ~ScriptInterpreterLua() override;
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def71 LLDB_SCRIPT_PLUGIN(ScriptInterpreterLua)
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile539 SRCS+= Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp