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

Method BreakpointItem

ui/breakpointswidget.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace std;
28
29BreakpointItem::BreakpointItem(bool enabled, const ModuleNameAndOffset location, uint64_t address) :
30 m_enabled(enabled), m_location(location), m_address(address)
31{}
32
33
34bool BreakpointItem::operator==(const BreakpointItem& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected