Home
last modified time | relevance | path

Searched refs:m_context_stale (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp31 m_context_stale(true) {} in RegisterContextWindows()
36 m_context_stale = true; in InvalidateAllRegisters()
153 if (!m_context_stale) in CacheAllRegisterValues()
179 m_context_stale = false; in CacheAllRegisterValues()
DRegisterContextWindows.h56 bool m_context_stale; variable