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

Method DebugFrame

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

Source from the content-addressed store, hash-verified

177 std::string m_module;
178
179 DebugFrame() = default;
180 DebugFrame(size_t index, uint64_t pc, uint64_t sp, uint64_t fp, const std::string& functionName,
181 uint64_t functionStart, const std::string& module) :
182 m_index(index),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected