MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / setBase

Method setBase

plugins/WinDbgMemory/WinDbgMemoryPlugin.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 bool isLive() const override { return m_isLive; }
64 uint64_t base() const override { return m_base; }
65 void setBase(uint64_t b) override { m_base = b; }
66
67private:
68 void initInterfaces(); // get IDebugDataSpaces/Control/Symbols from client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected