| 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; } |
| 62 | DebugStackValueStatus valueStatus() const { return m_valueStatus; } |
no outgoing calls
no test coverage detected