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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i59 ) lldb::SBProcess::GetThreadByID;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h215 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
222 return GetThreadByID(m_current_thread_id);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h99 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1001 NativeThreadProtocol *thread = process.GetThreadByID(tid);
2384 new_process_it->second.process_up->GetThreadByID(tid);
3031 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid);
4058 if (!new_process_it->second.process_up->GetThreadByID(tid))
4106 return m_current_process->GetThreadByID(current_tid);
4136 return m_current_process->GetThreadByID(tid);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { function in class:NativeProcessProtocol
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp686 SBThread SBProcess::GetThreadByID(tid_t tid) { function in class:SBProcess
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 338 milliseconds