Home
last modified time | relevance | path

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

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