Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/
H A Dlldb-minimize-processes.patch14 @@ -185,6 +187,7 @@ bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list,
22 @@ -195,6 +198,8 @@ bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list,
31 @@ -231,6 +236,7 @@ bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list,
39 @@ -239,13 +245,27 @@ bool ProcessFreeBSDKernel::DoUpdateThreadList(ThreadList &old_thread_list,
65 const uint32_t num_threads = old_thread_list.GetSize(false);
/llvm-project-15.0.7/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.cpp139 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
193 *thread_dict, core_thread_list, old_thread_list, core_used_map, in UpdateThreadList()
218 ThreadList &old_thread_list, std::vector<bool> &core_used_map, in CreateThreadFromThreadInfo() argument
237 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
/llvm-project-15.0.7/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()
250 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList()
252 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
H A DProcessFreeBSDKernel.h47 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
/llvm-project-15.0.7/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.h2068 bool UpdateThreadList(ThreadList &old_thread_list,
2573 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp579 bool ProcessMachCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
581 if (old_thread_list.GetSize(false) == 0) { in DoUpdateThreadList()
594 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList()
596 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
H A DProcessMachCore.h78 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp73 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
H A DProcess.cpp1133 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
1136 return DoUpdateThreadList(old_thread_list, new_thread_list); in UpdateThreadList()
1152 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local
1166 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded()
1168 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
1188 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h95 bool DoUpdateThreadList(ThreadList &old_thread_list,
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h100 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DScriptedProcess.cpp283 bool ScriptedProcess::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp61 bool DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp54 bool DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h106 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h70 bool DoUpdateThreadList(ThreadList &old_thread_list,
H A DProcessWindows.cpp522 bool ProcessWindows::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
532 for (ThreadSP old_thread : old_thread_list.Threads()) { in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h159 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessKDP.cpp496 bool ProcessKDP::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
505 old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp56 bool DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp339 bool DoUpdateThreadList(ThreadList &old_thread_list, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h315 bool DoUpdateThreadList(ThreadList &old_thread_list,

12