Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp31 eIOHandlerNone, enumerator
41 ActiveIOHandler active_io_handler = eIOHandlerNone) in IOHandlerLuaInterpreter()
60 case eIOHandlerNone: in IOHandlerActivated()
127 case eIOHandlerNone: in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp410 m_active_io_handler(eIOHandlerNone), m_session_is_active(false), in ScriptInterpreterPythonImpl()
476 case eIOHandlerNone: in IOHandlerActivated()
506 case eIOHandlerNone: in IOHandlerInputComplete()
536 m_active_io_handler = eIOHandlerNone; in IOHandlerInputComplete()
557 m_active_io_handler = eIOHandlerNone; in IOHandlerInputComplete()
H A DScriptInterpreterPythonImpl.h378 eIOHandlerNone, enumerator