Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h55 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
81 lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp149 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
204 old_thread_list, core_used_map, NULL)); in UpdateThreadList()
228 ThreadList &old_thread_list, std::vector<bool> &core_used_map, in CreateThreadFromThreadInfo() argument
247 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h59 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2379 virtual bool UpdateThreadList(ThreadList &old_thread_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h101 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessMinidump.cpp307 bool ProcessMinidump::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h124 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessElfCore.cpp263 bool ProcessElfCore::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h129 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessFreeBSD.cpp171 bool ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
183 ThreadList old_thread_list_copy(old_thread_list); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h335 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessGDBRemote.cpp1685 bool ProcessGDBRemote::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
1700 ThreadList old_thread_list_copy(old_thread_list); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1444 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local
1458 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded()
1460 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
1476 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()