Home
last modified time | relevance | path

Searched refs:BroadcasterIs (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp118 success = lldb_event->BroadcasterIs(broadcaster.get()); in BroadcasterMatchesRef()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h219 bool BroadcasterIs(Broadcaster *broadcaster) { in BroadcasterIs() function
/src/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp194 if (broadcaster && !event_sp->BroadcasterIs(broadcaster)) in FindNextEventInternal()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1384 } else if (event_sp->BroadcasterIs(&m_async_broadcaster)) { in DoResume()
3610 if (event_sp->BroadcasterIs(&m_async_broadcaster)) { in AsyncThread()
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4016 if (event_sp->BroadcasterIs(&m_private_state_control_broadcaster)) { in RunPrivateStateThread()