Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBListener.cpp83 SBListener::AddEvent (const SBEvent &event) in AddEvent() function in SBListener
87 m_opaque_ptr->AddEvent (event_sp); in AddEvent()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBListener.h32 AddEvent (const lldb::SBEvent &event);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDListener.h46 AddEvent (lldb::EventSP &event);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDBroadcaster.cpp256 hijacking_listener->AddEvent (event_sp); in PrivateBroadcastEvent()
272 pos->first->AddEvent (event_sp); in PrivateBroadcastEvent()
HDListener.cpp184 Listener::AddEvent (EventSP &event_sp) in AddEvent() function in Listener
HDDebugger.cpp3101 m_forward_listener_sp->AddEvent(event_sp); in DefaultEventHandler()