Home
last modified time | relevance | path

Searched refs:GetBroadcaster (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp83 SBBroadcaster SBEvent::GetBroadcaster() const { in GetBroadcaster() function in SBEvent
89 broadcaster.reset(lldb_event->GetBroadcaster(), false); in GetBroadcaster()
98 return ConstString(lldb_event->GetBroadcaster()->GetBroadcasterClass()) in GetBroadcasterClass()
H A DSBCommunication.cpp163 SBBroadcaster SBCommunication::GetBroadcaster() { in GetBroadcaster() function in SBCommunication
H A DSBDebugger.cpp168 SBBroadcaster SBDebugger::GetBroadcaster() { in GetBroadcaster() function in SBDebugger
170 SBBroadcaster broadcaster(&m_opaque_sp->GetBroadcaster(), false); in GetBroadcaster()
H A DSBCommandInterpreter.cpp517 SBBroadcaster SBCommandInterpreter::GetBroadcaster() { in GetBroadcaster() function in SBCommandInterpreter
H A DSBProcess.cpp812 SBBroadcaster SBProcess::GetBroadcaster() const { in GetBroadcaster() function in SBProcess
H A DSBTarget.cpp1688 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster() function in SBTarget
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h209 Broadcaster *GetBroadcaster() const { in GetBroadcaster() function
213 return broadcaster_impl_sp->GetBroadcaster(); in GetBroadcaster()
222 return broadcaster_impl_sp->GetBroadcaster() == broadcaster; in BroadcasterIs()
H A DBroadcaster.h365 Broadcaster *GetBroadcaster();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h44 lldb::SBBroadcaster GetBroadcaster();
H A DSBEvent.h49 lldb::SBBroadcaster GetBroadcaster() const;
H A DSBCommandInterpreter.h84 lldb::SBBroadcaster GetBroadcaster();
H A DSBProcess.h244 lldb::SBBroadcaster GetBroadcaster() const;
H A DSBDebugger.h75 lldb::SBBroadcaster GetBroadcaster();
H A DSBTarget.h874 lldb::SBBroadcaster GetBroadcaster() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp150 if ((*pos)->GetBroadcaster() == broadcaster) in BroadcasterWillDestruct()
315 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in HandleBroadcastEvent()
H A DEvent.cpp54 broadcaster = broadcaster_impl_sp->GetBroadcaster(); in Dump()
H A DBroadcaster.cpp101 Broadcaster *Broadcaster::BroadcasterImpl::GetBroadcaster() { in GetBroadcaster() function in Broadcaster::BroadcasterImpl
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessExtensions.i97 broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that represents the broadcaster (lldb.SBBroadcaster) for this process.''')
H A DSBTargetExtensions.i189 …broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that …
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h87 Broadcaster &GetBroadcaster() { return m_broadcaster; } in GetBroadcaster() function
88 const Broadcaster &GetBroadcaster() const { return m_broadcaster; } in GetBroadcaster() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1647 if (!debugger.GetBroadcaster().EventTypeHasListeners(progress_broadcast_bit)) in PrivateReportProgress()
1654 debugger.GetBroadcaster().BroadcastEvent(event_sp); in PrivateReportProgress()
1702 Broadcaster &broadcaster = debugger.GetBroadcaster(); in PrivateReportDiagnostic()
1783 debugger_sp->GetBroadcaster().BroadcastEvent(event_sp); in ReportSymbolChange()
2121 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in DefaultEventHandler()
H A DIOHandlerCursesGUI.cpp4380 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in Run()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12905 result = (arg1)->GetBroadcaster(); in _wrap_SBCommandInterpreter_GetBroadcaster()
16650 result = (arg1)->GetBroadcaster(); in _wrap_SBCommunication_GetBroadcaster()
20298 result = (arg1)->GetBroadcaster(); in _wrap_SBDebugger_GetBroadcaster()
26331 result = ((lldb::SBEvent const *)arg1)->GetBroadcaster(); in _wrap_SBEvent_GetBroadcaster()
46427 result = ((lldb::SBProcess const *)arg1)->GetBroadcaster(); in _wrap_SBProcess_GetBroadcaster()
61192 result = ((lldb::SBTarget const *)arg1)->GetBroadcaster(); in _wrap_SBTarget_GetBroadcaster()