Searched refs:new_thread_list (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h70 ThreadList &new_thread_list) = 0;
H A DProcess.h3336 UpdateThreadList (ThreadList &old_thread_list, ThreadList &new_thread_list) = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h67 lldb_private::ThreadList &new_thread_list);
H A DOperatingSystemPython.cpp172 ThreadList &new_thread_list)
188 // The threads that are in "new_thread_list" upon entry are the threads from the
198 // later be put back into the "new_thread_list".
219 new_thread_list.AddThread(thread_sp);
233 new_thread_list.InsertThread (core_thread_list.GetThreadAtIndex(core_idx, false), insert_idx);
238 return new_thread_list.GetSize(false) > 0;
170 UpdateThreadList(ThreadList &old_thread_list, ThreadList &core_thread_list, ThreadList &new_thread_list) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h61 UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &new_thread_list);
H A DProcessFreeBSD.cpp185 ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, ThreadList &new_thread_list) argument
213 new_thread_list.AddThread(thread_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h131 lldb_private::ThreadList &new_thread_list);
H A DProcessElfCore.cpp226 ProcessElfCore::UpdateThreadList (ThreadList &old_thread_list, ThreadList &new_thread_list) argument
236 new_thread_list.AddThread (thread_sp);
238 return new_thread_list.GetSize(false) > 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h133 lldb_private::ThreadList &new_thread_list) = 0;
H A DProcessPOSIX.cpp823 ProcessPOSIX::UpdateThreadList(ThreadList &old_thread_list, ThreadList &new_thread_list) argument
841 new_thread_list.AddThread(thread_sp);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h282 lldb_private::ThreadList &new_thread_list);
H A DProcessGDBRemote.cpp1424 ProcessGDBRemote::UpdateThreadList (ThreadList &old_thread_list, ThreadList &new_thread_list) argument
1467 new_thread_list.AddThread(thread_sp);
1472 // present in new_thread_list. Remove non-existent threads from internal id table.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1587 ThreadList new_thread_list(this);
1609 new_thread_list); // The new thread list that we will show to the user that gets filled in
1614 new_thread_list = real_thread_list;
1619 m_thread_list.Update (new_thread_list);

Completed in 172 milliseconds