| 62 | bool used = false); |
| 63 | std::string name() const { return m_name; } |
| 64 | uint64_t value() const { return m_value; } |
| 65 | bool used() const { return m_used; } |
| 66 | void setValue(uint64_t value) { m_value = value; } |
| 67 | DebugRegisterValueStatus valueStatus() const { return m_valueStatus; } |
nothing calls this directly
no outgoing calls
no test coverage detected