Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h248 bool StopInfoIsUpToDate() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp431 bool Thread::StopInfoIsUpToDate() const { in StopInfoIsUpToDate() function in Thread
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1692 if (!thread_sp->StopInfoIsUpToDate()) { in SetThreadStopInfo()