Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h195 virtual void IOHandlerDeactivated(IOHandler &io_handler) {} in IOHandlerDeactivated() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp304 m_delegate.IOHandlerDeactivated(*this); in Deactivate()