Searched defs:GetBroadcaster (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/Core/
H A DEvent.h170 GetBroadcaster () const function in class:lldb_private::Event
/external/lldb/source/API/
H A DSBCommunication.cpp251 SBCommunication::GetBroadcaster () function in class:SBCommunication
258 log->Printf ("SBCommunication(%p)::GetBroadcaster () => SBBroadcaster (%p)",
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 DSBCommandInterpreter.cpp331 SBCommandInterpreter::GetBroadcaster () function in class:SBCommandInterpreter
338 log->Printf ("SBCommandInterpreter(%p)::GetBroadcaster() => SBBroadcaster(%p)",
H A DSBProcess.cpp946 SBProcess::GetBroadcaster () const function in class:SBProcess
955 log->Printf ("SBProcess(%p)::GetBroadcaster () => SBBroadcaster (%p)", process_sp.get(),
H A DSBTarget.cpp2054 SBTarget::GetBroadcaster () const function in class:SBTarget
2062 log->Printf ("SBTarget(%p)::GetBroadcaster () => SBBroadcaster(%p)",

Completed in 114 milliseconds