Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h93 bool UnregisterListenerForEvents(const lldb::ListenerSP &listener_sp,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp381 return manager_sp->UnregisterListenerForEvents(this->shared_from_this(), in StopListeningForEventSpec()
H A DBroadcaster.cpp423 bool BroadcasterManager::UnregisterListenerForEvents( in UnregisterListenerForEvents() function in BroadcasterManager