Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h253 bool StopInfoIsUpToDate() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp449 bool Thread::StopInfoIsUpToDate() const { in StopInfoIsUpToDate() function in Thread
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1780 if (!thread_sp->StopInfoIsUpToDate()) { in SetThreadStopInfo()