Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp37 class IOHandlerLuaInterpreter : public IOHandlerDelegate, class
40 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter() function in IOHandlerLuaInterpreter
54 ~IOHandlerLuaInterpreter() override { in ~IOHandlerLuaInterpreter()
224 IOHandlerSP io_handler_sp(new IOHandlerLuaInterpreter(m_debugger, *this)); in ExecuteInterpreterLoop()
342 new IOHandlerLuaInterpreter(m_debugger, *this, eIOHandlerBreakpoint)); in CollectDataForBreakpointCommandCallback()
350 new IOHandlerLuaInterpreter(m_debugger, *this, eIOHandlerWatchpoint)); in CollectDataForWatchpointCommandCallback()