Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/bindings/interface/
HDSBProcessDocstrings.i59 ) lldb::SBProcess::GetThreadByID;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h215 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
222 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcess.h99 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp1001 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
2384 new_process_it->second.process_up->GetThreadByID(tid); in Handle_H()
3031 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
4060 if (!new_process_it->second.process_up->GetThreadByID(tid)) in Handle_T()
4108 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()
4138 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBProcess.cpp686 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp44227 result = (arg1)->GetThreadByID(arg2); in _wrap_SBProcess_GetThreadByID()