Searched refs:UpdateThreadList (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | OperatingSystem.h | 46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
|
| H A D | Process.h | 2090 bool UpdateThreadList(ThreadList &old_thread_list,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.h | 47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
|
| H A D | OperatingSystemPython.cpp | 139 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in OperatingSystemPython
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 256 MachThreadList::UpdateThreadList(MachProcess *process, bool update, in UpdateThreadList() function in MachThreadList 403 UpdateThreadList(process, true, &new_threads); in ProcessWillResume() 452 const uint32_t num_threads = UpdateThreadList(process, true); in ProcessDidStop()
|
| H A D | MachThreadList.h | 96 uint32_t UpdateThreadList(MachProcess *process, bool update,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 1134 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in Process 1158 if (UpdateThreadList(m_thread_list_real, real_thread_list)) { in UpdateThreadListIfNeeded() 1188 os->UpdateThreadList( in UpdateThreadListIfNeeded()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 406 * MacOSX/MachThreadList.cpp (MachThreadList::UpdateThreadList): Improved
|