Searched refs:BroadcastEventByType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBroadcaster.h38 BroadcastEventByType (uint32_t event_type, bool unique = false);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBBroadcaster.cpp73 SBBroadcaster::BroadcastEventByType (uint32_t event_type, bool unique) function in class:SBBroadcaster
78 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (event_type=0x%8.8x, unique=%i)", m_opaque_ptr, event_type, unique);
95 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (SBEvent(%p), unique=%i)", m_opaque_ptr, event.get(), unique);

Completed in 83 milliseconds