Home
last modified time | relevance | path

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

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