Home
last modified time | relevance | path

Searched refs:SetAllRegisterValid (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp51 SetAllRegisterValid(false); in InvalidateAllRegisters()
54 void RegisterContextMemory::SetAllRegisterValid(bool b) { in SetAllRegisterValid() function in RegisterContextMemory
116 SetAllRegisterValid(true); in ReadAllRegisterValues()
130 SetAllRegisterValid(false); in WriteAllRegisterValues()
143 SetAllRegisterValid(true); in SetAllRegisterData()
H A DRegisterContextMemory.h64 void SetAllRegisterValid(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h89 void SetAllRegisterValid(bool b);
H A DGDBRemoteRegisterContext.cpp56 SetAllRegisterValid(false); in InvalidateAllRegisters()
59 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { in SetAllRegisterValid() function in GDBRemoteRegisterContext
207 SetAllRegisterValid(true); in ReadRegisterBytes()
342 SetAllRegisterValid(false); in WriteRegisterBytes()