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

Method DebugProcess

api/debuggerapi.h:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 std::string m_processName {};
279
280 DebugProcess() {}
281
282 DebugProcess(std::uint32_t pid) : m_pid(pid) {}
283

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected