Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py49 while listener.GetNextEvent(event):
74 while listener.GetNextEvent(event):
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_listener.py20 obj.GetNextEvent(event)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBListener.i85 GetNextEvent (lldb::SBEvent &sb_event);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBListener.h71 bool GetNextEvent(lldb::SBEvent &sb_event);
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp230 bool SBListener::GetNextEvent(SBEvent &event) { in GetNextEvent() function in SBListener
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2110 lldb::StateType GetNextEvent(lldb::EventSP &event_sp);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp615 StateType Process::GetNextEvent(EventSP &event_sp) { in GetNextEvent() function in Process