| 56 | DebugStackValueStatus valueStatus = DebugStackValueNormal); |
| 57 | ptrdiff_t offset() const { return m_offset; } |
| 58 | uint64_t address() const { return m_address; } |
| 59 | uint64_t value() const { return m_value; } |
| 60 | std::string hint() const { return m_hint; } |
| 61 | void setValue(uint64_t value) { m_value = value; } |
nothing calls this directly
no outgoing calls
no test coverage detected