Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp36 class IOHandlerLuaInterpreter : public IOHandlerDelegate, class
39 IOHandlerLuaInterpreter(Debugger &debugger, in IOHandlerLuaInterpreter() function in IOHandlerLuaInterpreter
53 ~IOHandlerLuaInterpreter() override { in ~IOHandlerLuaInterpreter()
211 IOHandlerSP io_handler_sp(new IOHandlerLuaInterpreter(m_debugger, *this)); in ExecuteInterpreterLoop()
328 new IOHandlerLuaInterpreter(m_debugger, *this, eIOHandlerBreakpoint)); in CollectDataForBreakpointCommandCallback()
336 new IOHandlerLuaInterpreter(m_debugger, *this, eIOHandlerWatchpoint)); in CollectDataForWatchpointCommandCallback()