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

Method offset

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

Source from the content-addressed store, hash-verified

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

Callers 4

operator==Method · 0.80
operator<Method · 0.80
dataMethod · 0.80
updateRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected