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