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

Method OnUnloadDll

CppCoverage/CodeCoverageRunner.cpp:121–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

119
120 //-------------------------------------------------------------------------
121 void CodeCoverageRunner::OnUnloadDll(
122 HANDLE hProcess,
123 HANDLE hThread,
124 const UNLOAD_DLL_DEBUG_INFO& unloadDllDebugInfo)
125 {
126 executedAddressManager_->OnUnloadModule(hProcess, unloadDllDebugInfo.lpBaseOfDll);
127 }
128
129 //-------------------------------------------------------------------------
130 IDebugEventsHandler::ExceptionType CodeCoverageRunner::OnException(

Callers 1

Calls 1

OnUnloadModuleMethod · 0.80

Tested by

no test coverage detected