Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1537 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in DoUpdateThreadList() local
1538 if (old_thread_sp) { in DoUpdateThreadList()
1539 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in DoUpdateThreadList()