Home
last modified time | relevance | path

Searched refs:old_thread_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp199 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in UpdateThreadList() local
200 if (old_thread_sp) { in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1724 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in UpdateThreadList() local
1725 if (old_thread_sp) { in UpdateThreadList()
1726 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in UpdateThreadList()