Searched refs:old_thread_list (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| D | OperatingSystemPython.h | 50 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list, 74 lldb_private::ThreadList &old_thread_list,
|
| D | OperatingSystemPython.cpp | 151 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument 205 *thread_dict, core_thread_list, old_thread_list, core_used_map, in UpdateThreadList() 230 ThreadList &old_thread_list, std::vector<bool> &core_used_map, in CreateThreadFromThreadInfo() argument 249 thread_sp = old_thread_list.FindThreadByID(tid, false); in CreateThreadFromThreadInfo()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | OperatingSystem.h | 46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessTrace.h | 74 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | Process.h | 2091 bool UpdateThreadList(ThreadList &old_thread_list, 2596 virtual bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| D | ProcessMinidump.h | 101 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessMinidump.cpp | 465 bool ProcessMinidump::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| D | ScriptedProcess.h | 102 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ScriptedProcess.cpp | 289 bool ScriptedProcess::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | ProcessTrace.cpp | 81 bool ProcessTrace::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| D | Process.cpp | 1114 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() argument 1117 return DoUpdateThreadList(old_thread_list, new_thread_list); in UpdateThreadList() 1133 ThreadList &old_thread_list = m_thread_list; in UpdateThreadListIfNeeded() local 1147 size_t num_old_threads = old_thread_list.GetSize(false); in UpdateThreadListIfNeeded() 1149 old_thread_list.GetThreadAtIndex(i, false)->ClearBackingThread(); in UpdateThreadListIfNeeded() 1169 old_thread_list, // Old list full of threads created by OS plug-in in UpdateThreadListIfNeeded()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| D | ProcessElfCore.h | 108 bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
| D | ProcessElfCore.cpp | 264 bool ProcessElfCore::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.h | 313 bool DoUpdateThreadList(ThreadList &old_thread_list,
|
| D | ProcessGDBRemote.cpp | 1609 bool ProcessGDBRemote::DoUpdateThreadList(ThreadList &old_thread_list, in DoUpdateThreadList() argument 1624 ThreadList old_thread_list_copy(old_thread_list); in DoUpdateThreadList()
|