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

Method DebugModule

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

Source from the content-addressed store, hash-verified

149 bool m_loaded {};
150
151 DebugModule() : m_name(""), m_short_name(""), m_address(0), m_size(0) {}
152
153 DebugModule(std::string name, std::string short_name, std::uintptr_t address, std::size_t size, bool loaded) :
154 m_name(std::move(name)), m_short_name(std::move(short_name)), m_address(address), m_size(size),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected