Home
last modified time | relevance | path

Searched refs:m_curr_tid (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h394 …lldb::tid_t m_curr_tid; // Current gdb remote protocol thread index for all other operatio… variable
DGDBRemoteCommunicationClient.cpp69 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()