Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i59 ) lldb::SBProcess::GetThreadByID;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h211 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
218 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h99 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1004 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
2388 new_process_it->second.process_up->GetThreadByID(tid); in Handle_H()
3032 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
4066 if (!new_process_it->second.process_up->GetThreadByID(tid)) in Handle_T()
4114 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()
4144 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp701 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp45006 result = (arg1)->GetThreadByID(arg2); in _wrap_SBProcess_GetThreadByID()