Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp33 eIOHandlerWatchpoint enumerator
62 case eIOHandlerWatchpoint: in IOHandlerActivated()
88 m_active_io_handler == eIOHandlerWatchpoint) in IOHandlerIsInputComplete()
102 m_active_io_handler != eIOHandlerWatchpoint; in IOHandlerIsInputComplete()
120 case eIOHandlerWatchpoint: { in IOHandlerInputComplete()
336 new IOHandlerLuaInterpreter(m_debugger, *this, eIOHandlerWatchpoint)); in CollectDataForWatchpointCommandCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h383 eIOHandlerWatchpoint enumerator
H A DScriptInterpreterPython.cpp490 case eIOHandlerWatchpoint: in IOHandlerActivated()
542 case eIOHandlerWatchpoint: { in IOHandlerInputComplete()
1153 m_active_io_handler = eIOHandlerWatchpoint; in CollectDataForWatchpointCommandCallback()