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

Method value

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

Source from the content-addressed store, hash-verified

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

Callers 15

operator==Method · 0.45
operator<Method · 0.45
dataMethod · 0.45
updateRowsMethod · 0.45
setDataMethod · 0.45
jumpMethod · 0.45
copyMethod · 0.45
pasteMethod · 0.45
jumpInNewPaneInternalMethod · 0.45
hoverTimerEventMethod · 0.45
notifyViewChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected