Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h59 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2379 virtual bool UpdateThreadList(ThreadList &old_thread_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h55 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp149 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in OperatingSystemPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp299 uint32_t NativeThreadListDarwin::UpdateThreadList(NativeProcessDarwin &process, in UpdateThreadList() function in NativeThreadListDarwin
488 UpdateThreadList(process, true, &new_threads); in ProcessWillResume()
543 UpdateThreadList(process, true); in ProcessDidStop()
H A DNativeThreadListDarwin.h127 uint32_t UpdateThreadList(NativeProcessDarwin &process, bool update,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h101 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessMinidump.cpp307 bool ProcessMinidump::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in ProcessMinidump
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h124 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessElfCore.cpp263 bool ProcessElfCore::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in ProcessElfCore
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h129 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessFreeBSD.cpp171 bool ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in ProcessFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h335 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessGDBRemote.cpp1685 bool ProcessGDBRemote::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1449 if (UpdateThreadList(m_thread_list_real, real_thread_list)) { in UpdateThreadListIfNeeded()
1475 os->UpdateThreadList( in UpdateThreadListIfNeeded()