Home
last modified time | relevance | path

Searched refs:InvalidateIfNeeded (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDRegisterContext.h36 InvalidateIfNeeded (bool force);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.cpp60 GetRegisterContext()->InvalidateIfNeeded (false); in RefreshStateAfterStop()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp249 GetRegisterContext()->InvalidateIfNeeded (force); in RefreshStateAfterStop()
HDGDBRemoteRegisterContext.cpp135 InvalidateIfNeeded(false); in PrivateSetRegisterValue()
177 InvalidateIfNeeded(false); in ReadRegisterBytes()
382 InvalidateIfNeeded (true); in WriteRegisterBytes()
HDProcessGDBRemote.cpp1919 gdb_thread->GetRegisterContext()->InvalidateIfNeeded(true); in SetThreadStopInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDRegisterContext.cpp42 RegisterContext::InvalidateIfNeeded (bool force) in InvalidateIfNeeded() function in RegisterContext
HDThread.cpp599 reg_ctx_sp->InvalidateIfNeeded(true); in RestoreRegisterStateFromCheckpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp113 GetRegisterContext()->InvalidateIfNeeded (force); in RefreshStateAfterStop()