Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp275 SetCurrentThreadID(m_threads.front()->GetID()); in MonitorSIGTRAP()
337 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
359 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
365 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
400 SetCurrentThreadID(thread.GetID()); in MonitorSignal()
836 SetCurrentThreadID(thread_id); in RemoveThread()
858 SetCurrentThreadID(m_threads.front()->GetID()); in Attach()
885 SetCurrentThreadID(m_threads.front()->GetID()); in ReadMemory()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp443 SetCurrentThreadID(tids[0]); in NativeProcessLinux()
671 SetCurrentThreadID(main_thread->GetID()); in MonitorSIGTRAP()
907 SetCurrentThreadID(thread.GetID()); in MonitorSignal()
1823 SetCurrentThreadID(thread_id); in AddThread()
1971 SetCurrentThreadID(m_pending_notification_tid); in SignalIfAllThreadsStopped()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h274 void SetCurrentThreadID(lldb::tid_t tid);
H A DGDBRemoteCommunicationServerLLGS.cpp1413 SetCurrentThreadID(tid); in Handle_qC()
1869 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID()
1875 m_current_process->SetCurrentThreadID(m_current_tid); in SetContinueThreadID()
1964 SetCurrentThreadID(tid); in SendStopReasonForState()
2401 SetCurrentThreadID(tid); in Handle_H()
1866 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { SetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h217 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp854 SetCurrentThreadID(thread_id); in RemoveThread()
900 SetCurrentThreadID(m_threads.front()->GetID()); in ReadMemory()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp254 SetCurrentThreadID(thread.GetID()); in SetStopReasonForThread()