Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
71 lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp164 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
202 *thread_dict, core_thread_list, old_thread_list, core_used_map, in UpdateThreadList()
227 ThreadList &old_thread_list, std::vector<bool> &core_used_map, in CreateThreadFromThreadInfo() argument
246 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp122 bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
124 if (old_thread_list.GetSize(false) == 0) { in DoUpdateThreadList()
255 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList()
257 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
H A DProcessFreeBSDKernel.h47 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessTrace.h71 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2185 bool UpdateThreadList(ThreadList &old_thread_list,
2726 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h95 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DProcessMinidump.cpp384 bool ProcessMinidump::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp75 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
H A DProcess.cpp1138 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
1141 return DoUpdateThreadList(old_thread_list, new_thread_list); in UpdateThreadList()
1157 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local
1171 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded()
1173 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
1193 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h111 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DScriptedProcess.cpp316 bool ScriptedProcess::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h105 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessElfCore.cpp281 bool ProcessElfCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h321 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DProcessGDBRemote.cpp1498 bool ProcessGDBRemote::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
1513 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList()