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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBListener.i28 AddEvent (const lldb::SBEvent &event);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBListener.h28 void AddEvent(const lldb::SBEvent &event);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBListener.cpp63 void SBListener::AddEvent(const SBEvent &event) { function in class:SBListener
64 LLDB_RECORD_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &),
69 m_opaque_sp->AddEvent(event_sp);
338 LLDB_REGISTER_METHOD(void, SBListener, AddEvent, (const lldb::SBEvent &));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h55 void AddEvent(lldb::EventSP &event);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp228 hijacking_listener_sp->AddEvent(event_sp);
237 pair.first->AddEvent(event_sp);
H A DListener.cpp202 void Listener::AddEvent(EventSP &event_sp) { function in class:Listener
205 LLDB_LOGF(log, "%p Listener('%s')::AddEvent (event_sp = {%p})",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1469 m_forward_listener_sp->AddEvent(event_sp);
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32353 SWIG_check_num_args("lldb::SBListener::AddEvent",2,2)
32354 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBListener::AddEvent",1,"lldb::SBListener *");
32355 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBListener::AddEvent",2,"lldb::SBEvent const &");
32366 (arg1)->AddEvent((lldb::SBEvent const &)*arg2);
[all...]

Completed in 187 milliseconds