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

Method DebugProcess

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

Source from the content-addressed store, hash-verified

76 std::string m_processName {};
77
78 DebugProcess() {}
79
80 DebugProcess(std::uint32_t pid) : m_pid(pid) {}
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected