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

Method ModuleNameAndOffset

core/debuggercommon.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 uint64_t offset;
31
32 ModuleNameAndOffset() : module(""), offset(0) {}
33 ModuleNameAndOffset(std::string mod, uint64_t off) : module(mod), offset(off) {}
34 bool operator==(const ModuleNameAndOffset& other) const
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected