| 66 | void setValue(uint64_t value) { m_value = value; } |
| 67 | DebugRegisterValueStatus valueStatus() const { return m_valueStatus; } |
| 68 | void setValueStatus(DebugRegisterValueStatus newStatus) { m_valueStatus = newStatus; } |
| 69 | std::string hint() const { return m_hint; } |
| 70 | bool operator==(const DebugRegisterItem& other) const; |
| 71 | bool operator!=(const DebugRegisterItem& other) const; |
nothing calls this directly
no outgoing calls
no test coverage detected