Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h280 lldb::tid_t GetContinueThreadID() const { return m_continue_tid; } in GetContinueThreadID() function
H A DGDBRemoteCommunicationServerLLGS.cpp1603 lldb::tid_t signal_tid = GetContinueThreadID(); in Handle_C()
1607 ResumeAction action = {GetContinueThreadID(), StateType::eStateRunning, in Handle_C()
3023 lldb::tid_t tid = GetContinueThreadID(); in Handle_s()