Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1513 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList() local
1518 old_thread_list_copy.RemoveThreadByProtocolID(tid, false)); in DoUpdateThreadList()
1535 size_t old_num_thread_ids = old_thread_list_copy.GetSize(false); in DoUpdateThreadList()
1537 ThreadSP old_thread_sp(old_thread_list_copy.GetThreadAtIndex(i, false)); in DoUpdateThreadList()