MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnCreateProcess

Method OnCreateProcess

CppCoverage/CodeCoverageRunner.cpp:96–102  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

94
95 //-------------------------------------------------------------------------
96 void CodeCoverageRunner::OnCreateProcess(const CREATE_PROCESS_DEBUG_INFO& processDebugInfo)
97 {
98 auto hProcess = processDebugInfo.hProcess;
99 auto lpBaseOfImage = processDebugInfo.lpBaseOfImage;
100
101 LoadModule(hProcess, processDebugInfo.hFile, lpBaseOfImage);
102 }
103
104 //-------------------------------------------------------------------------
105 void CodeCoverageRunner::OnExitProcess(HANDLE hProcess, HANDLE, const EXIT_PROCESS_DEBUG_INFO&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected