Searched refs:GetEvent (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBListener.cpp | 166 if (m_opaque_sp->GetEvent(event_sp, timeout)) { in WaitForEvent() 260 if (m_opaque_sp->GetEvent(event_sp, std::chrono::seconds(0))) { in GetNextEvent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 152 while (listener_sp->GetEvent(event_sp, timeout)) { in Read() 390 listener_sp->GetEvent(event_sp, llvm::None); in SynchronizeWithReadThread()
|
| H A D | Debugger.cpp | 1552 if (listener_sp->GetEvent(event_sp, llvm::None)) { in DefaultEventHandler() 1634 listener_sp->GetEvent(event_sp, llvm::None); in StartEventHandlerThread()
|
| H A D | IOHandler.cpp | 1846 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Listener.h | 90 bool GetEvent(lldb::EventSP &event_sp, const Timeout<std::micro> &timeout);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.cpp | 186 if (server->m_async_listener_sp->GetEvent(event_sp, llvm::None)) { in AsyncThread()
|
| H A D | ProcessGDBRemote.cpp | 1533 if (!listener_sp->GetEvent(event_sp, std::chrono::seconds(5))) { in DoResume() 3760 if (process->m_async_listener_sp->GetEvent(event_sp, llvm::None)) { in AsyncThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Listener.cpp | 400 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent() function in Listener
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 1325 return m_private_state_listener_sp->GetEvent(event_sp, timeout); in GetEventsPrivate() 5099 listener_sp->GetEvent(event_sp, std::chrono::milliseconds(500)); in RunThreadPlan() 5189 got_event = listener_sp->GetEvent(event_sp, timeout); in RunThreadPlan() 5330 listener_sp->GetEvent(event_sp, std::chrono::milliseconds(500)); in RunThreadPlan()
|