Home
last modified time | relevance | path

Searched refs:GetEvent (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DThreadedCommunication.cpp126 if (!listener_sp->GetEvent(event_sp, timeout)) { in Read()
364 listener_sp->GetEvent(event_sp, std::nullopt); in SynchronizeWithReadThread()
DDebugger.cpp1735 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in DefaultEventHandler()
1830 listener_sp->GetEvent(event_sp, std::nullopt); in StartEventHandlerThread()
DIOHandlerCursesGUI.cpp4377 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBListener.cpp142 if (m_opaque_sp->GetEvent(event_sp, timeout)) { in WaitForEvent()
235 if (m_opaque_sp->GetEvent(event_sp, std::chrono::seconds(0))) { in GetNextEvent()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DListener.h86 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp773 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in AsyncThread()
808 if (listener_sp->GetEvent(event_sp, in AsyncThread()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DListener.cpp394 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent() function in Listener
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp1029 return m_private_state_listener_sp->GetEvent(event_sp, timeout); in GetEventsPrivate()
4943 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan()
5034 got_event = listener_sp->GetEvent(event_sp, timeout); in RunThreadPlan()
5162 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1373 if (!listener_sp->GetEvent(event_sp, std::chrono::seconds(5))) { in DoResume()
3456 if (m_async_listener_sp->GetEvent(event_sp, std::nullopt)) { in AsyncThread()