Home
last modified time | relevance | path

Searched refs:AddEvent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp59 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() function in SBListener
64 m_opaque_sp->AddEvent(event_sp); in AddEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h28 void AddEvent(const lldb::SBEvent &event);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h54 void AddEvent(lldb::EventSP &event);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp291 primary_listener_sp->AddEvent(event_sp); in PrivateBroadcastEvent()
298 pair.first->AddEvent(event_sp); in PrivateBroadcastEvent()
H A DEvent.cpp97 listener_sp->AddEvent(me_sp); in DoOnRemoval()
H A DListener.cpp167 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() function in Listener
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1981 m_forward_listener_sp->AddEvent(event_sp); in DefaultEventHandler()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36864 (arg1)->AddEvent((lldb::SBEvent const &)*arg2); in _wrap_SBListener_AddEvent()