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

Method OnLoadDll

CppCoverage/CodeCoverageRunner.cpp:112–118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

110
111 //-------------------------------------------------------------------------
112 void CodeCoverageRunner::OnLoadDll(
113 HANDLE hProcess,
114 HANDLE hThread,
115 const LOAD_DLL_DEBUG_INFO& dllDebugInfo)
116 {
117 LoadModule(hProcess, dllDebugInfo.hFile, dllDebugInfo.lpBaseOfDll);
118 }
119
120 //-------------------------------------------------------------------------
121 void CodeCoverageRunner::OnUnloadDll(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected