Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBListener.i85 GetNextEvent (lldb::SBEvent &sb_event);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBListener.h71 bool GetNextEvent(lldb::SBEvent &sb_event);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBListener.cpp230 bool SBListener::GetNextEvent(SBEvent &event) { in GetNextEvent() function in SBListener
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2132 lldb::StateType GetNextEvent(lldb::EventSP &event_sp);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp616 StateType Process::GetNextEvent(EventSP &event_sp) { in GetNextEvent() function in Process