Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp477 RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues() argument
490 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues()
491 reg_checkpoint.GetData().reset(); in ReadAllRegisterValues()
494 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
495 return ReadAllRegisterValues(reg_checkpoint.GetData()); in ReadAllRegisterValues()
500 const RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues() argument
501 uint32_t save_id = reg_checkpoint.GetID(); in WriteAllRegisterValues()
515 return WriteAllRegisterValues(reg_checkpoint.GetData()); in WriteAllRegisterValues()
H A DGDBRemoteRegisterContext.h72 bool ReadAllRegisterValues(RegisterCheckpoint &reg_checkpoint) override;
75 WriteAllRegisterValues(const RegisterCheckpoint &reg_checkpoint) override;
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContext.cpp418 lldb_private::RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues() argument
419 return ReadAllRegisterValues(reg_checkpoint.GetData()); in ReadAllRegisterValues()
423 const lldb_private::RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues() argument
424 return WriteAllRegisterValues(reg_checkpoint.GetData()); in WriteAllRegisterValues()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContext.h65 ReadAllRegisterValues(lldb_private::RegisterCheckpoint &reg_checkpoint);
68 const lldb_private::RegisterCheckpoint &reg_checkpoint);