Home
last modified time | relevance | path

Searched refs:SyncThreadState (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h427 bool SyncThreadState(lldb::tid_t tid);
H A DGDBRemoteRegisterContext.cpp465 if (gdb_comm.SyncThreadState(m_thread.GetProtocolID())) in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3280 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState() function in GDBRemoteCommunicationClient