Searched refs:m_curr_tid_run (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h546 lldb::tid_t m_curr_tid_run; // Current gdb remote protocol thread index for member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationClient
H A DGDBRemoteCommunicationClient.cpp94 m_curr_tid_run(LLDB_INVALID_THREAD_ID),
2617 if (m_curr_tid_run == tid)
2633 m_curr_tid_run = tid;
2645 m_curr_tid_run = 1;

Completed in 104 milliseconds