Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp258 SetCurrentThreadID(m_threads.front()->GetID()); in MonitorSIGTRAP()
317 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
339 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
345 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
380 SetCurrentThreadID(thread.GetID()); in MonitorSignal()
802 SetCurrentThreadID(thread_id); in AddThread()
824 SetCurrentThreadID(m_threads.front()->GetID()); in RemoveThread()
851 SetCurrentThreadID(m_threads.front()->GetID()); in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp332 SetCurrentThreadID(tids[0]); in NativeProcessLinux()
565 SetCurrentThreadID(main_thread->GetID()); in MonitorSIGTRAP()
798 SetCurrentThreadID(thread.GetID()); in MonitorSignal()
1708 SetCurrentThreadID(thread_id); in AddThread()
1855 SetCurrentThreadID(m_pending_notification_tid); in SignalIfAllThreadsStopped()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h268 void SetCurrentThreadID(lldb::tid_t tid);
H A DGDBRemoteCommunicationServerLLGS.cpp1412 SetCurrentThreadID(tid); in Handle_qC()
1861 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { in SetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
1867 m_current_process->SetCurrentThreadID(m_current_tid); in SetCurrentThreadID()
1956 SetCurrentThreadID(tid); in SendStopReasonForState()
2394 SetCurrentThreadID(tid); in Handle_H()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h216 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp829 SetCurrentThreadID(thread_id); in AddThread()
875 SetCurrentThreadID(m_threads.front()->GetID()); in Attach()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp252 SetCurrentThreadID(thread.GetID()); in SetStopReasonForThread()