Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_listener.py23 obj.HandleBroadcastEvent(event)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBListener.i97 HandleBroadcastEvent (const lldb::SBEvent &event);
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp278 bool SBListener::HandleBroadcastEvent(const SBEvent &event) { in HandleBroadcastEvent() function in SBListener
282 return m_opaque_sp->HandleBroadcastEvent(event.GetSP()); in HandleBroadcastEvent()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBListener.h81 bool HandleBroadcastEvent(const lldb::SBEvent &event);
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DListener.h96 size_t HandleBroadcastEvent(lldb::EventSP &event_sp);
/llvm-project-15.0.7/lldb/source/Utility/
H A DListener.cpp399 size_t Listener::HandleBroadcastEvent(EventSP &event_sp) { in HandleBroadcastEvent() function in Listener