Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
361 m_process->UpdateThreadListIfNeeded(); in ShouldReportStop()
401 m_process->UpdateThreadListIfNeeded(); in SetShouldReportStop()
414 m_process->UpdateThreadListIfNeeded(); in ShouldReportRun()
462 m_process->UpdateThreadListIfNeeded(); in RefreshStateAfterStop()
[all …]
H A DProcess.cpp1139 void Process::UpdateThreadListIfNeeded() { in UpdateThreadListIfNeeded() function in Process
2983 UpdateThreadListIfNeeded(); in CompleteAttach()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp321 UpdateThreadListIfNeeded(); in DoConnectRemote()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2071 void UpdateThreadListIfNeeded();
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2338 UpdateThreadListIfNeeded(); in RefreshStateAfterStop()