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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp46 SetAllRegisterValid(false);
49 void RegisterContextMemory::SetAllRegisterValid(bool b) { function in class:RegisterContextMemory
111 SetAllRegisterValid(true);
125 SetAllRegisterValid(false);
138 SetAllRegisterValid(true);
H A DRegisterContextMemory.h61 void SetAllRegisterValid(bool b);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h88 void SetAllRegisterValid(bool b);
H A DGDBRemoteRegisterContext.cpp55 SetAllRegisterValid(false);
58 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { function in class:GDBRemoteRegisterContext
209 SetAllRegisterValid(true);
363 SetAllRegisterValid(false);

Completed in 118 milliseconds