Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBListener.cpp166 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 DCommunication.cpp152 while (listener_sp->GetEvent(event_sp, timeout)) { in Read()
390 listener_sp->GetEvent(event_sp, llvm::None); in SynchronizeWithReadThread()
H A DDebugger.cpp1552 if (listener_sp->GetEvent(event_sp, llvm::None)) { in DefaultEventHandler()
1634 listener_sp->GetEvent(event_sp, llvm::None); in StartEventHandlerThread()
H A DIOHandler.cpp1846 listener_sp->GetEvent(event_sp, std::chrono::seconds(0)); in Run()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DListener.h90 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 DGDBRemoteCommunicationReplayServer.cpp186 if (server->m_async_listener_sp->GetEvent(event_sp, llvm::None)) { in AsyncThread()
H A DProcessGDBRemote.cpp1533 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 DListener.cpp400 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 DProcess.cpp1325 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()