Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h105 lldb::tid_t m_continue_tid = LLDB_INVALID_THREAD_ID; variable
280 lldb::tid_t GetContinueThreadID() const { return m_continue_tid; } in GetContinueThreadID()
H A DGDBRemoteCommunicationServerLLGS.cpp1879 m_continue_tid = tid; in SetContinueThreadID()