Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp63 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() function in SBListener
64 LLDB_RECORD_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &), in AddEvent()
69 m_opaque_sp->AddEvent(event_sp); in AddEvent()
338 LLDB_REGISTER_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i28 AddEvent (const lldb::SBEvent &event);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h28 void AddEvent(const lldb::SBEvent &event);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h55 void AddEvent(lldb::EventSP &event);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp228 hijacking_listener_sp->AddEvent(event_sp); in PrivateBroadcastEvent()
237 pair.first->AddEvent(event_sp); in PrivateBroadcastEvent()
H A DListener.cpp202 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() function in Listener
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1557 m_forward_listener_sp->AddEvent(event_sp); in DefaultEventHandler()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32511 (arg1)->AddEvent((lldb::SBEvent const &)*arg2); in _wrap_SBListener_AddEvent()