Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
284 Lua &lua = lua_interpreter->GetLua(); in BreakpointCallbackFunction()
312 Lua &lua = lua_interpreter->GetLua(); in WatchpointCallbackFunction()
399 Lua &ScriptInterpreterLua::GetLua() { return *m_lua; } in GetLua() function in ScriptInterpreterLua
H A DScriptInterpreterLua.h77 Lua &GetLua();