Home
last modified time | relevance | path

Searched refs:SetCurrentThreadID (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h223 void SetCurrentThreadID(lldb::tid_t tid);
H A DGDBRemoteCommunicationServerLLGS.cpp1349 SetCurrentThreadID(tid); in Handle_qC()
1667 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
1673 m_current_process->SetCurrentThreadID(m_current_tid); in SetCurrentThreadID()
1717 SetCurrentThreadID(tid); in SendStopReasonForState()
2165 SetCurrentThreadID(tid); in Handle_H()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h205 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp828 SetCurrentThreadID(thread_id); in AddThread()
874 SetCurrentThreadID(m_threads.front()->GetID()); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp788 SetCurrentThreadID(thread_id); in AddThread()
834 SetCurrentThreadID(m_threads.front()->GetID()); in Attach()