Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp86 m_process.UpdateThreadListIfNeeded(); in GetSize()
94 m_process.UpdateThreadListIfNeeded(); in GetThreadAtIndex()
106 m_process.UpdateThreadListIfNeeded(); in FindThreadByID()
124 m_process.UpdateThreadListIfNeeded(); in FindThreadByProtocolID()
142 m_process.UpdateThreadListIfNeeded(); in RemoveThreadByID()
162 m_process.UpdateThreadListIfNeeded(); in RemoveThreadByProtocolID()
212 m_process.UpdateThreadListIfNeeded(); in FindThreadByIndexID()
243 m_process.UpdateThreadListIfNeeded(); in ShouldStop()
379 m_process.UpdateThreadListIfNeeded(); in ShouldReportStop()
427 m_process.UpdateThreadListIfNeeded(); in SetShouldReportStop()
[all …]
H A DProcess.cpp1176 void Process::UpdateThreadListIfNeeded() { in UpdateThreadListIfNeeded() function in Process
3193 UpdateThreadListIfNeeded(); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2213 void UpdateThreadListIfNeeded();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2379 UpdateThreadListIfNeeded(); in RefreshStateAfterStop()