Home
last modified time | relevance | path

Searched refs:UpdateThreadListIfNeeded (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp87 m_process->UpdateThreadListIfNeeded(); in GetSize()
95 m_process->UpdateThreadListIfNeeded(); in GetThreadAtIndex()
107 m_process->UpdateThreadListIfNeeded(); in FindThreadByID()
125 m_process->UpdateThreadListIfNeeded(); in FindThreadByProtocolID()
143 m_process->UpdateThreadListIfNeeded(); in RemoveThreadByID()
163 m_process->UpdateThreadListIfNeeded(); in RemoveThreadByProtocolID()
380 m_process->UpdateThreadListIfNeeded(); in ShouldReportStop()
428 m_process->UpdateThreadListIfNeeded(); in SetShouldReportStop()
441 m_process->UpdateThreadListIfNeeded(); in ShouldReportRun()
489 m_process->UpdateThreadListIfNeeded(); in RefreshStateAfterStop()
[all …]
H A DProcess.cpp1144 void Process::UpdateThreadListIfNeeded() { in UpdateThreadListIfNeeded() function in Process
3033 UpdateThreadListIfNeeded(); in CompleteAttach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2188 void UpdateThreadListIfNeeded();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2358 UpdateThreadListIfNeeded(); in RefreshStateAfterStop()