Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
71 lldb_private::ThreadList &old_thread_list,
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()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DOperatingSystem.h46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
DProcessTrace.h71 bool DoUpdateThreadList(ThreadList &old_thread_list,
DProcess.h2090 bool UpdateThreadList(ThreadList &old_thread_list,
2612 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp520 bool ProcessMachCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
522 if (old_thread_list.GetSize(false) == 0) { in DoUpdateThreadList()
535 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList()
537 new_thread_list.AddThread(old_thread_list.GetThreadAtIndex(i, false)); in DoUpdateThreadList()
DProcessMachCore.h78 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcessTrace.cpp73 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
DProcess.cpp1134 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument
1137 return DoUpdateThreadList(old_thread_list, new_thread_list); in UpdateThreadList()
1153 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local
1167 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded()
1169 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded()
1189 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
DProcessMinidump.h95 bool DoUpdateThreadList(ThreadList &old_thread_list,
DProcessMinidump.cpp461 bool ProcessMinidump::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h67 bool DoUpdateThreadList(ThreadList &old_thread_list,
DProcessWindows.cpp522 bool ProcessWindows::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
532 for (ThreadSP old_thread : old_thread_list.Threads()) { in DoUpdateThreadList()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h106 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
DProcessElfCore.cpp281 bool ProcessElfCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h159 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
DProcessKDP.cpp496 bool ProcessKDP::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
505 old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in DoUpdateThreadList()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h316 bool DoUpdateThreadList(ThreadList &old_thread_list,
DProcessGDBRemote.cpp1490 bool ProcessGDBRemote::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
1505 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList()