-------------------------------------------------------------------------
| 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( |
no outgoing calls
no test coverage detected