Home
last modified time | relevance | path

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

12

/external/lldb/source/API/
DSBEvent.cpp94 …if (lldb_event && lldb_event->GetBroadcaster() && lldb_event->GetBroadcaster()->GetEventNames(sstr… in GetType()
105 SBEvent::GetBroadcaster () const in GetBroadcaster() function in SBEvent
110 broadcaster.reset (lldb_event->GetBroadcaster(), false); in GetBroadcaster()
119 return lldb_event->GetBroadcaster()->GetBroadcasterClass().AsCString(); in GetBroadcasterClass()
DSBCommunication.cpp251 SBCommunication::GetBroadcaster () in GetBroadcaster() function in SBCommunication
DSBCommandInterpreter.cpp331 SBCommandInterpreter::GetBroadcaster () in GetBroadcaster() function in SBCommandInterpreter
/external/lldb/test/python_api/event/
DTestEvents.py83 broadcaster = process.GetBroadcaster()
162 broadcaster = process.GetBroadcaster()
221 broadcaster = process.GetBroadcaster()
/external/lldb/scripts/Python/interface/
DSBProcess.i344 GetBroadcaster () const;
450 __swig_getmethods__["broadcaster"] = GetBroadcaster
451 …if _newclass: broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lld…
DSBEvent.i135 GetBroadcaster () const;
DSBCommunication.i35 GetBroadcaster ();
DSBCommandInterpreter.i88 GetBroadcaster ();
DSBTarget.i725 GetBroadcaster () const;
842 __swig_getmethods__["broadcaster"] = GetBroadcaster
843 …if _newclass: broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lld…
/external/lldb/test/python_api/default-constructor/
Dsb_event.py11 broadcaster = obj.GetBroadcaster()
Dsb_communication.py9 broadcaster = obj.GetBroadcaster()
Dsb_process.py42 obj.GetBroadcaster()
Dsb_target.py57 obj.GetBroadcaster()
/external/lldb/source/Core/
DListener.cpp161 if ((*pos)->GetBroadcaster() == broadcaster) in BroadcasterWillDestruct()
237 … const ConstString &event_broadcaster_name = event_sp->GetBroadcaster()->GetBroadcasterName(); in operator ()()
512 Broadcaster *broadcaster = event_sp->GetBroadcaster(); in HandleBroadcastEvent()
/external/lldb/include/lldb/API/
DSBCommunication.h41 GetBroadcaster ();
DSBEvent.h48 GetBroadcaster () const;
DSBCommandInterpreter.h53 GetBroadcaster ();
DSBProcess.h255 GetBroadcaster () const;
DSBTarget.h739 GetBroadcaster () const;
/external/lldb/include/lldb/Core/
DEvent.h170 GetBroadcaster () const in GetBroadcaster() function
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
DTestWatchpointEvents.py79 self.target_bcast = target.GetBroadcaster()
/external/lldb/tools/driver/
DIOChannel.cpp396 …dcaster interpreter_broadcaster (m_driver->GetDebugger().GetCommandInterpreter().GetBroadcaster()); in Run()
422 if (event.GetBroadcaster().IsValid()) in Run()
DDriver.cpp1387 listener.StartListeningForEvents (sb_interpreter.GetBroadcaster(), in MainLoop()
1542 if (event.GetBroadcaster().IsValid()) in MainLoop()
1572 else if (event.BroadcasterMatchesRef (sb_interpreter.GetBroadcaster())) in MainLoop()
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp114 …m_process.GetBroadcaster().AddListener(m_listener, SBProcess::eBroadcastBitStateChanged | SBProces… in Launch()
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py187 …self.process.GetBroadcaster().AddListener(self.processListener, lldb.SBProcess.eBroadcastBitStateC…

12