| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBEvent.cpp | 83 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 D | SBCommunication.cpp | 163 SBBroadcaster SBCommunication::GetBroadcaster() { in GetBroadcaster() function in SBCommunication
|
| H A D | SBDebugger.cpp | 168 SBBroadcaster SBDebugger::GetBroadcaster() { in GetBroadcaster() function in SBDebugger 170 SBBroadcaster broadcaster(&m_opaque_sp->GetBroadcaster(), false); in GetBroadcaster()
|
| H A D | SBCommandInterpreter.cpp | 517 SBBroadcaster SBCommandInterpreter::GetBroadcaster() { in GetBroadcaster() function in SBCommandInterpreter
|
| H A D | SBProcess.cpp | 812 SBBroadcaster SBProcess::GetBroadcaster() const { in GetBroadcaster() function in SBProcess
|
| H A D | SBTarget.cpp | 1688 SBBroadcaster SBTarget::GetBroadcaster() const { in GetBroadcaster() function in SBTarget
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Event.h | 209 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 D | Broadcaster.h | 365 Broadcaster *GetBroadcaster();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 44 lldb::SBBroadcaster GetBroadcaster();
|
| H A D | SBEvent.h | 49 lldb::SBBroadcaster GetBroadcaster() const;
|
| H A D | SBCommandInterpreter.h | 84 lldb::SBBroadcaster GetBroadcaster();
|
| H A D | SBProcess.h | 244 lldb::SBBroadcaster GetBroadcaster() const;
|
| H A D | SBDebugger.h | 75 lldb::SBBroadcaster GetBroadcaster();
|
| H A D | SBTarget.h | 874 lldb::SBBroadcaster GetBroadcaster() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Listener.cpp | 150 if ((*pos)->GetBroadcaster() == broadcaster) in BroadcasterWillDestruct() 315 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in HandleBroadcastEvent()
|
| H A D | Event.cpp | 54 broadcaster = broadcaster_impl_sp->GetBroadcaster(); in Dump()
|
| H A D | Broadcaster.cpp | 101 Broadcaster *Broadcaster::BroadcasterImpl::GetBroadcaster() { in GetBroadcaster() function in Broadcaster::BroadcasterImpl
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessExtensions.i | 97 broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that represents the broadcaster (lldb.SBBroadcaster) for this process.''')
|
| H A D | SBTargetExtensions.i | 189 …broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that …
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 87 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 D | Debugger.cpp | 1647 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 D | IOHandlerCursesGUI.cpp | 4380 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in Run()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 12905 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()
|