9#ifndef LLDB_API_SBBROADCASTER_H
10#define LLDB_API_SBBROADCASTER_H
28 explicit operator bool()
const;
34 void BroadcastEventByType(
uint32_t event_type,
bool unique =
false);
36 void BroadcastEvent(
const lldb::SBEvent &event,
bool unique =
false);
45 bool EventTypeHasListeners(
uint32_t event_type);
bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
static llvm::StringRef GetName(XcodeSDK::Type type)
lldb::BroadcasterSP m_opaque_sp
An event broadcasting class.