Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h80 : m_type_name(name), m_script_interpreter(script_interpreter), in FormattersMatchCandidate()
90 return m_script_interpreter; in GetScriptInterpreter()
116 ScriptInterpreter *m_script_interpreter; variable