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

Method DebugStackItem

ui/stackwidget.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std;
25
26DebugStackItem::DebugStackItem(
27 ptrdiff_t offset, uint64_t address, uint64_t value, std::string hint, DebugStackValueStatus valueStatus) :
28 m_offset(offset), m_address(address), m_value(value), m_hint(std::move(hint)), m_valueStatus(valueStatus)
29{}
30
31
32bool DebugStackItem::operator==(const DebugStackItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected