Home
last modified time | relevance | path

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

/freebsd-13.1/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()
360 m_process->UpdateThreadListIfNeeded(); in ShouldReportStop()
400 m_process->UpdateThreadListIfNeeded(); in SetShouldReportStop()
413 m_process->UpdateThreadListIfNeeded(); in ShouldReportRun()
461 m_process->UpdateThreadListIfNeeded(); in RefreshStateAfterStop()
[all …]
H A DProcess.cpp1120 void Process::UpdateThreadListIfNeeded() { in UpdateThreadListIfNeeded() function in Process
2953 UpdateThreadListIfNeeded(); in CompleteAttach()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp177 UpdateThreadListIfNeeded(); in DoLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2094 void UpdateThreadListIfNeeded();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2381 UpdateThreadListIfNeeded(); in RefreshStateAfterStop()