Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBListener.i28 AddEvent (const lldb::SBEvent &event);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBListener.h28 void AddEvent(const lldb::SBEvent &event);
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DListener.h55 void AddEvent(lldb::EventSP &event);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DBroadcaster.cpp230 hijacking_listener_sp->AddEvent(event_sp); in PrivateBroadcastEvent()
239 pair.first->AddEvent(event_sp); in PrivateBroadcastEvent()
H A DListener.cpp198 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() function in Listener
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1788 m_forward_listener_sp->AddEvent(event_sp); in DefaultEventHandler()