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()
198 m_process.UpdateThreadListIfNeeded(); in FindThreadByIndexID()
229 m_process.UpdateThreadListIfNeeded(); in ShouldStop()
365 m_process.UpdateThreadListIfNeeded(); in ShouldReportStop()
413 m_process.UpdateThreadListIfNeeded(); in SetShouldReportStop()
[all …]
H A DProcess.cpp1122 void Process::UpdateThreadListIfNeeded() { in UpdateThreadListIfNeeded() function in Process
3157 UpdateThreadListIfNeeded(); in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2250 void UpdateThreadListIfNeeded();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2468 UpdateThreadListIfNeeded(); in RefreshStateAfterStop()