Searched refs:m_curr_tid (Results 1 – 2 of 2) sorted by relevance
394 …lldb::tid_t m_curr_tid; // Current gdb remote protocol thread index for all other operatio… variable
69 m_curr_tid (LLDB_INVALID_THREAD_ID), in GDBRemoteCommunicationClient()530 m_curr_tid = LLDB_INVALID_THREAD_ID; in SendContinuePacketAndWaitForResponse()2159 if (m_curr_tid == tid) in SetCurrentThread()2174 m_curr_tid = tid; in SetCurrentThread()