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

Method DebugBreakpoint

core/debugadapter.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 bool m_is_active {};
116
117 DebugBreakpoint(std::uintptr_t address, unsigned long id, bool active) :
118 m_address(address), m_id(id), m_is_active(active)
119 {}
120
121 DebugBreakpoint(std::uintptr_t address) : m_address(address) {}
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected