Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h202 virtual void IOHandlerDeactivated(IOHandler &io_handler) {} in IOHandlerDeactivated() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp318 m_delegate.IOHandlerDeactivated(*this); in Deactivate()