Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h415 bool SyncThreadState(lldb::tid_t tid);
H A DGDBRemoteRegisterContext.cpp534 if (gdb_comm.SyncThreadState(m_thread.GetProtocolID())) in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3618 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState() function in GDBRemoteCommunicationClient