MCPcopy Create free account
hub / github.com/Vector35/debugger / address

Method address

ui/stackwidget.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected