Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h231 nub_bool_t SyncThreadState(nub_thread_t tid);
H A DMachProcess.mm594 nub_bool_t MachProcess::SyncThreadState(nub_thread_t tid) { function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h416 bool SyncThreadState(lldb::tid_t tid);
H A DGDBRemoteRegisterContext.cpp536 if (gdb_comm.SyncThreadState(m_thread.GetProtocolID())) in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3548 bool GDBRemoteCommunicationClient::SyncThreadState(lldb::tid_t tid) { in SyncThreadState() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1423 return procSP->SyncThreadState(tid); in DNBProcessSyncThreadState()