/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.h | 47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list, 71 lldb_private::ThreadList &old_thread_list,
|
H A D | OperatingSystemPython.cpp | 164 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/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 123 bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument 125 if (old_thread_list.GetSize(false) == 0) { in DoUpdateThreadList() 256 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList() 258 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
|
H A D | ProcessFreeBSDKernel.h | 48 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | OperatingSystem.h | 46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
|
H A D | ProcessTrace.h | 72 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
H A D | Process.h | 2210 bool UpdateThreadList(ThreadList &old_thread_list, 2782 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ProcessTrace.cpp | 76 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
H A D | Process.cpp | 1170 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument 1173 return DoUpdateThreadList(old_thread_list, new_thread_list); in UpdateThreadList() 1189 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local 1203 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded() 1205 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded() 1225 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.h | 95 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
H A D | ProcessMinidump.cpp | 384 bool ProcessMinidump::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.h | 111 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
H A D | ScriptedProcess.cpp | 316 bool ScriptedProcess::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() 320 // old_thread_list then they get copied to new_thread_list, and then any in DoUpdateThreadList() 302 DoUpdateThreadList(ThreadList & old_thread_list,ThreadList & new_thread_list) DoUpdateThreadList() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.h | 105 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
H A D | ProcessElfCore.cpp | 291 bool ProcessElfCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 322 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
H A D | ProcessGDBRemote.cpp | 1498 bool ProcessGDBRemote::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument 1513 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList()
|