Home
last modified time | relevance | path

Searched refs:GetCurrentThreadID (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h225 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1348 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC()
1714 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in SendStopReasonForState()
2792 tid = GetCurrentThreadID(); in Handle_s()
3642 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()
3684 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
3691 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h207 lldb::tid_t GetCurrentThreadID() { return m_current_thread_id; } in GetCurrentThreadID() function