Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h255 bool StopInfoIsUpToDate() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp465 bool Thread::StopInfoIsUpToDate() const { in StopInfoIsUpToDate() function in Thread
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1866 if (!thread_sp->StopInfoIsUpToDate()) { in SetThreadStopInfo()