Searched refs:GetEvent (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ThreadedCommunication.cpp | 127 if (!listener_sp->GetEvent(event_sp, timeout)) { in Read() 369 listener_sp->GetEvent(event_sp, std::nullopt); in SynchronizeWithReadThread()
|
| H A D | Debugger.cpp | 1928 if (listener_sp->GetEvent(event_sp, std::nullopt)) { in DefaultEventHandler() 2023 listener_sp->GetEvent(event_sp, std::nullopt); in StartEventHandlerThread()
|
| H A D | IOHandlerCursesGUI.cpp | 4376 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 85 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Listener.cpp | 308 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent() function in Listener
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 1065 return m_private_state_listener_sp->GetEvent(event_sp, timeout); in GetEventsPrivate() 5194 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan() 5285 got_event = listener_sp->GetEvent(event_sp, timeout); in RunThreadPlan() 5413 listener_sp->GetEvent(event_sp, GetUtilityExpressionTimeout()); in RunThreadPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1381 if (!listener_sp->GetEvent(event_sp, std::chrono::seconds(5))) { in DoResume() 3608 if (m_async_listener_sp->GetEvent(event_sp, std::nullopt)) { in AsyncThread()
|