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

Method valueStatus

ui/registerswidget.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool used() const { return m_used; }
66 void setValue(uint64_t value) { m_value = value; }
67 DebugRegisterValueStatus valueStatus() const { return m_valueStatus; }
68 void setValueStatus(DebugRegisterValueStatus newStatus) { m_valueStatus = newStatus; }
69 std::string hint() const { return m_hint; }
70 bool operator==(const DebugRegisterItem& other) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected