Searched refs:BroadcastEventIfUnique (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBBroadcaster.cpp84 m_opaque_ptr->BroadcastEventIfUnique (event_type);
102 m_opaque_ptr->BroadcastEventIfUnique (event_sp);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h286 BroadcastEventIfUnique (lldb::EventSP &event_sp);
292 BroadcastEventIfUnique (uint32_t event_type, EventData *event_data = NULL);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DBroadcaster.cpp211 Broadcaster::BroadcastEventIfUnique (EventSP &event_sp) function in class:Broadcaster
286 Broadcaster::BroadcastEventIfUnique (uint32_t event_type, EventData *event_data) function in class:Broadcaster
H A DCommunication.cpp323 BroadcastEventIfUnique (eBroadcastBitReadThreadGotBytes);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4572 BroadcastEventIfUnique (eBroadcastBitSTDOUT, new ProcessEventData (shared_from_this(), GetState()));
4580 BroadcastEventIfUnique (eBroadcastBitSTDERR, new ProcessEventData (shared_from_this(), GetState()));
4588 BroadcastEventIfUnique (eBroadcastBitProfileData, new ProcessEventData (shared_from_this(), GetState()));

Completed in 175 milliseconds