| /openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
| D | OperatingSystemPython.h | 47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list, 71 lldb_private::ThreadList &old_thread_list,
|
| D | OperatingSystemPython.cpp | 139 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/ |
| D | OperatingSystem.h | 46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessTrace.h | 71 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | Process.h | 2090 bool UpdateThreadList(ThreadList &old_thread_list, 2612 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| D | ProcessMachCore.cpp | 520 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()
|
| D | ProcessMachCore.h | 78 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ProcessTrace.cpp | 73 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| D | Process.cpp | 1134 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/ |
| D | ProcessMinidump.h | 95 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessMinidump.cpp | 461 bool ProcessMinidump::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessWindows.h | 67 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessWindows.cpp | 522 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/ |
| D | ProcessElfCore.h | 106 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
| D | ProcessElfCore.cpp | 281 bool ProcessElfCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| D | ProcessKDP.h | 159 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
| D | ProcessKDP.cpp | 496 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/ |
| D | ProcessGDBRemote.h | 316 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessGDBRemote.cpp | 1490 bool ProcessGDBRemote::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument 1505 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList()
|