Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadCollection.h37 void AddThreadSortedByIndexID(const lldb::ThreadSP &thread_sp);
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadCollection.cpp29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID() function in ThreadCollection
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1521 new_thread_list.AddThreadSortedByIndexID(thread_sp); in DoUpdateThreadList()