Searched refs:GetEvent (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBListener.cpp | 142 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/gnu/llvm/lldb/source/Core/ |
H A D | ThreadedCommunication.cpp | 126 if (!listener_sp->GetEvent(event_sp, timeout)) { in Read() 364 listener_sp->GetEvent(event_sp, std::nullopt); in SynchronizeWithReadThread()
|
H A D | Debugger.cpp | 1735 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in DefaultEventHandler() 1830 listener_sp->GetEvent(event_sp, std::nullopt); in StartEventHandlerThread()
|
H A D | IOHandlerCursesGUI.cpp | 4377 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Listener.h | 86 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDP.cpp | 773 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in AsyncThread() 808 if (listener_sp->GetEvent(event_sp, in AsyncThread()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Listener.cpp | 394 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent() function in Listener
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Process.cpp | 1029 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/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1373 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()
|