Home
last modified time | relevance | path

Searched refs:StopInfoIsUpToDate (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h247 bool StopInfoIsUpToDate() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp420 bool Thread::StopInfoIsUpToDate() const { in StopInfoIsUpToDate() function in Thread
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1728 if (!thread_sp->StopInfoIsUpToDate()) { in SetThreadStopInfo()