Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h240 bool StopInfoIsUpToDate() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThread.cpp447 bool Thread::StopInfoIsUpToDate() const { in StopInfoIsUpToDate() function in Thread
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1796 if (!thread_sp->StopInfoIsUpToDate()) { in SetThreadStopInfo()