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) { in ReadAllRegisterValues()498 const RegisterCheckpoint ®_checkpoint) { in WriteAllRegisterValues()
421 lldb_private::RegisterCheckpoint ®_checkpoint) {426 const lldb_private::RegisterCheckpoint ®_checkpoint) {
511 new RegisterCheckpoint(RegisterCheckpoint::Reason::eExpression)); in CheckpointThreadState()
180 class RegisterCheckpoint;394 typedef std::shared_ptr<lldb_private::RegisterCheckpoint> RegisterCheckpointSP;179 class RegisterCheckpoint; global() variable