Searched refs:RegisterCheckpoint (Results 1 – 7 of 7) sorted by relevance
21 class RegisterCheckpoint : public UserID {34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} in RegisterCheckpoint() function36 ~RegisterCheckpoint() = default;47 RegisterCheckpoint(const RegisterCheckpoint &) = delete;48 const RegisterCheckpoint &operator=(const RegisterCheckpoint &) = delete;
71 ReadAllRegisterValues(lldb_private::RegisterCheckpoint ®_checkpoint);74 const lldb_private::RegisterCheckpoint ®_checkpoint);
73 bool ReadAllRegisterValues(RegisterCheckpoint ®_checkpoint) override;76 WriteAllRegisterValues(const RegisterCheckpoint ®_checkpoint) override;
475 RegisterCheckpoint ®_checkpoint) {498 const RegisterCheckpoint ®_checkpoint) {
423 lldb_private::RegisterCheckpoint ®_checkpoint) { in WriteAllRegisterValues() 428 const lldb_private::RegisterCheckpoint ®_checkpoint) { in CalculateTarget()
505 new RegisterCheckpoint(RegisterCheckpoint::Reason::eExpression)); in CheckpointThreadState()
179 class RegisterCheckpoint; variable390 typedef std::shared_ptr<lldb_private::RegisterCheckpoint> RegisterCheckpointSP;