Home
last modified time | relevance | path

Searched refs:FindThreadByProtocolID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h92 lldb::ThreadSP FindThreadByProtocolID(lldb::tid_t tid,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp120 ThreadSP ThreadList::FindThreadByProtocolID(lldb::tid_t tid, bool can_update) { in FindThreadByProtocolID() function in ThreadList
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1670 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false); in SetThreadStopInfo()