Home
last modified time | relevance | path

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

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