Home
last modified time | relevance | path

Searched refs:GetLua (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
279 Lua &lua = lua_interpreter->GetLua(); in BreakpointCallbackFunction()
307 Lua &lua = lua_interpreter->GetLua(); in WatchpointCallbackFunction()
405 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; } in GetLua() function in ScriptInterpreterLua
H A DScriptInterpreterLua.h77 Lua &GetLua();