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

Class DebugBreakpoint

api/debuggerapi.h:355–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353
354
355 struct DebugBreakpoint
356 {
357 std::string module;
358 uint64_t offset;
359 uint64_t address;
360 bool enabled;
361 };
362
363
364 struct ModuleNameAndOffset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected