Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp45 SetAllRegisterValid(false); in InvalidateAllRegisters()
48 void RegisterContextMemory::SetAllRegisterValid(bool b) { in SetAllRegisterValid() function in RegisterContextMemory
111 SetAllRegisterValid(true); in ReadAllRegisterValues()
125 SetAllRegisterValid(false); in WriteAllRegisterValues()
138 SetAllRegisterValid(true); in SetAllRegisterData()
H A DRegisterContextMemory.h60 void SetAllRegisterValid(bool b);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp57 SetAllRegisterValid(false); in InvalidateAllRegisters()
60 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { in SetAllRegisterValid()
228 SetAllRegisterValid(true); in ReadRegisterBytes()
59 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { SetAllRegisterValid() function in GDBRemoteRegisterContext
H A DGDBRemoteRegisterContext.h97 void SetAllRegisterValid(bool b); in GetRegisterIsValid()