Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp46 SetAllRegisterValid(false); in InvalidateAllRegisters()
49 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.h61 void SetAllRegisterValid(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h95 void SetAllRegisterValid(bool b);
H A DGDBRemoteRegisterContext.cpp56 SetAllRegisterValid(false); in InvalidateAllRegisters()
59 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { in SetAllRegisterValid() function in GDBRemoteRegisterContext
211 SetAllRegisterValid(true); in ReadRegisterBytes()
379 SetAllRegisterValid(false); in WriteRegisterBytes()