Home
last modified time | relevance | path

Searched refs:UpdateThreadList (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DOperatingSystem.h46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2090 bool UpdateThreadList(ThreadList &old_thread_list,
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp139 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in OperatingSystemPython
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp256 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 DMachThreadList.h96 uint32_t UpdateThreadList(MachProcess *process, bool update,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1134 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 DChangeLog406 * MacOSX/MachThreadList.cpp (MachThreadList::UpdateThreadList): Improved