| 55 | DebugStackItem(ptrdiff_t offset, uint64_t address, uint64_t value, std::string hint, |
| 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; } |
no outgoing calls
no test coverage detected