Home
last modified time | relevance | path

Searched refs:GetEventForBroadcasterWithType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DListenerTest.cpp35 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
50 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
52 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
72 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
87 EXPECT_FALSE(listener_sp->GetEventForBroadcasterWithType( in TEST()
89 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
110 EXPECT_TRUE(listener_sp->GetEventForBroadcasterWithType( in TEST()
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp183 if (m_opaque_sp->GetEventForBroadcasterWithType( in WaitForEventForBroadcasterWithType()
267 if (m_opaque_sp->GetEventForBroadcasterWithType(broadcaster.get(), in GetNextEventForBroadcasterWithType()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DListener.h91 bool GetEventForBroadcasterWithType(Broadcaster *broadcaster,
/llvm-project-15.0.7/lldb/source/Utility/
H A DListener.cpp382 bool Listener::GetEventForBroadcasterWithType( in GetEventForBroadcasterWithType() function in Listener
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp73 listener_sp->GetEventForBroadcasterWithType( in WaitForRunEvent()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp967 if (listener_sp->GetEventForBroadcasterWithType( in GetStateChangedEvents()
1006 if (m_private_state_listener_sp->GetEventForBroadcasterWithType( in GetStateChangedEventsPrivate()