Searched refs:BroadcastEventSpec (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h36 /// lldb::BroadcastEventSpec
39 /// Debugger maintains a list of BroadcastEventSpec's and when it is made
40 class BroadcastEventSpec { class in namespace:lldb_private
42 BroadcastEventSpec(ConstString broadcaster_class, uint32_t event_bits) function in class:lldb_private::BroadcastEventSpec
45 ~BroadcastEventSpec() = default;
51 /// Tell whether this BroadcastEventSpec is contained in in_spec. That is:
54 bool IsContainedIn(const BroadcastEventSpec &in_spec) const {
67 bool operator<(const BroadcastEventSpec &rhs) const;
91 const BroadcastEventSpec &event_spec);
94 const BroadcastEventSpec
[all...]
H A DListener.h63 const BroadcastEventSpec &event_spec);
66 const BroadcastEventSpec &event_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp313 bool BroadcastEventSpec::operator<(const BroadcastEventSpec &rhs) const {
327 const lldb::ListenerSP &listener_sp, const BroadcastEventSpec &event_spec) {
343 BroadcastEventSpec(event_spec.GetBroadcasterClass(), available_bits),
352 const lldb::ListenerSP &listener_sp, const BroadcastEventSpec &event_spec) {
360 std::vector<BroadcastEventSpec> to_be_readded;
377 BroadcastEventSpec(event_spec.GetBroadcasterClass(), new_event_bits));
391 const BroadcastEventSpec &event_spec) const {
H A DListener.cpp427 const BroadcastEventSpec &event_spec) {
455 const BroadcastEventSpec &event_spec) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp90 BroadcastEventSpec event_spec(ConstString(broadcaster_class), event_mask);
108 BroadcastEventSpec event_spec(ConstString(broadcaster_class), event_mask);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1407 BroadcastEventSpec target_event_spec(broadcaster_class_target,
1410 BroadcastEventSpec process_event_spec(
1415 BroadcastEventSpec thread_event_spec(broadcaster_class_thread,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h44 class BroadcastEventSpec;

Completed in 92 milliseconds