Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp48 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
101 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
142 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) { in IOHandlerInputComplete()
298 Lua &lua = lua_interpreter->GetLua(); in BreakpointCallbackFunction()
326 Lua &lua = lua_interpreter->GetLua(); in WatchpointCallbackFunction()
415 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; } in GetLua() function in ScriptInterpreterLua
H A DScriptInterpreterLua.h78 Lua &GetLua();