Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp45 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
47 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
95 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
123 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete()
139 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter