Home
last modified time | relevance | path

Searched refs:RegisterCheckpoint (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h22 class RegisterCheckpoint : public UserID {
35 RegisterCheckpoint(Reason reason) in RegisterCheckpoint() function
38 ~RegisterCheckpoint() {} in ~RegisterCheckpoint()
49 DISALLOW_COPY_AND_ASSIGN(RegisterCheckpoint);
H A DRegisterContext.h72 ReadAllRegisterValues(lldb_private::RegisterCheckpoint &reg_checkpoint);
75 const lldb_private::RegisterCheckpoint &reg_checkpoint);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h69 bool ReadAllRegisterValues(RegisterCheckpoint &reg_checkpoint) override;
72 WriteAllRegisterValues(const RegisterCheckpoint &reg_checkpoint) override;
H A DGDBRemoteRegisterContext.cpp406 RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues()
429 const RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp404 lldb_private::RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues()
409 const lldb_private::RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues()
H A DThread.cpp531 new RegisterCheckpoint(RegisterCheckpoint::Reason::eExpression)); in CheckpointThreadState()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h188 class RegisterCheckpoint; variable
411 typedef std::shared_ptr<lldb_private::RegisterCheckpoint> RegisterCheckpointSP;