Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1569 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in DoUpdateThreadList() local
1570 if (old_thread_sp) { in DoUpdateThreadList()
1571 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in DoUpdateThreadList()