Searched refs:GetBroadcaster (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBEvent.cpp94 if (lldb_event && lldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr, event_type, true))
105 SBEvent::GetBroadcaster () const function in class:SBEvent
110 broadcaster.reset (lldb_event->GetBroadcaster(), false);
119 return lldb_event->GetBroadcaster()->GetBroadcasterClass().AsCString();
H A DSBCommunication.cpp251 SBCommunication::GetBroadcaster () function in class:SBCommunication
258 log->Printf ("SBCommunication(%p)::GetBroadcaster () => SBBroadcaster (%p)",
H A DSBCommandInterpreter.cpp347 SBCommandInterpreter::GetBroadcaster () function in class:SBCommandInterpreter
354 log->Printf ("SBCommandInterpreter(%p)::GetBroadcaster() => SBBroadcaster(%p)",
H A DSBProcess.cpp997 SBProcess::GetBroadcaster () const function in class:SBProcess
1006 log->Printf ("SBProcess(%p)::GetBroadcaster () => SBBroadcaster (%p)", process_sp.get(),
H A DSBTarget.cpp2085 SBTarget::GetBroadcaster () const function in class:SBTarget
2093 log->Printf ("SBTarget(%p)::GetBroadcaster () => SBBroadcaster(%p)",
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommunication.h41 GetBroadcaster ();
H A DSBEvent.h48 GetBroadcaster () const;
H A DSBCommandInterpreter.h53 GetBroadcaster ();
H A DSBProcess.h265 GetBroadcaster () const;
H A DSBTarget.h794 GetBroadcaster () const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEvent.h170 GetBroadcaster () const function in class:lldb_private::Event
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DListener.cpp161 if ((*pos)->GetBroadcaster() == broadcaster)
237 const ConstString &event_broadcaster_name = event_sp->GetBroadcaster()->GetBroadcasterName();
512 Broadcaster *broadcaster = event_sp->GetBroadcaster();
H A DDebugger.cpp3041 Broadcaster *broadcaster = event_sp->GetBroadcaster();
H A DIOHandler.cpp2284 Broadcaster *broadcaster = event_sp->GetBroadcaster();

Completed in 242 milliseconds