Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp46 m_script_interpreter(script_interpreter), in IOHandlerLuaInterpreter()
48 llvm::cantFail(m_script_interpreter.GetLua().ChangeIO( in IOHandlerLuaInterpreter()
51 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
55 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
101 m_script_interpreter.GetLua().CheckSyntax(str.GetString())) { in IOHandlerIsInputComplete()
119 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
132 m_script_interpreter.SetWatchpointCommandCallback(wp_options, in IOHandlerInputComplete()
142 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) { in IOHandlerInputComplete()
152 ScriptInterpreterLua &m_script_interpreter; member in IOHandlerLuaInterpreter
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h80 : m_type_name(name), m_script_interpreter(script_interpreter), in m_type_name()
91 return m_script_interpreter; in GetScriptInterpreter()
121 ScriptInterpreter *m_script_interpreter; variable