Home
last modified time | relevance | path

Searched refs:GetThreadByID (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp45 MachThreadSP thread_sp (GetThreadByID (tid));
54 MachThreadSP thread_sp (GetThreadByID (tid));
66 MachThreadSP thread_sp (GetThreadByID (tid));
75 MachThreadSP thread_sp (GetThreadByID (tid));
84 MachThreadSP thread_sp (GetThreadByID (tid));
93 MachThreadSP thread_sp (GetThreadByID (tid));
105 MachThreadSP thread_sp (GetThreadByID (tid));
118 MachThreadSP thread_sp (GetThreadByID (tid));
136 MachThreadSP thread_sp (GetThreadByID (tid));
144 MachThreadSP thread_sp (GetThreadByID (tid));
[all …]
H A DNativeThreadListDarwin.h112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t tid) const;
H A DNativeProcessDarwin.h112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t id);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h170 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
177 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h94 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp583 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
2110 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
2670 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
3153 return m_debugged_process_up->GetThreadByID(current_tid);
3183 return m_debugged_process_up->GetThreadByID(tid);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp104 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp811 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess