Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp475 RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues() argument
488 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues()
489 reg_checkpoint.GetData().reset(); in ReadAllRegisterValues()
492 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
493 return ReadAllRegisterValues(reg_checkpoint.GetData()); in ReadAllRegisterValues()
498 const RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues() argument
499 uint32_t save_id = reg_checkpoint.GetID(); in WriteAllRegisterValues()
513 return WriteAllRegisterValues(reg_checkpoint.GetData()); in WriteAllRegisterValues()
H A DGDBRemoteRegisterContext.h73 bool ReadAllRegisterValues(RegisterCheckpoint &reg_checkpoint) override;
76 WriteAllRegisterValues(const RegisterCheckpoint &reg_checkpoint) override;
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp423 lldb_private::RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues() argument
424 return ReadAllRegisterValues(reg_checkpoint.GetData()); in ReadAllRegisterValues()
428 const lldb_private::RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues() argument
429 return WriteAllRegisterValues(reg_checkpoint.GetData()); in WriteAllRegisterValues()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h71 ReadAllRegisterValues(lldb_private::RegisterCheckpoint &reg_checkpoint);
74 const lldb_private::RegisterCheckpoint &reg_checkpoint);