-------------------------------------------------------------------------
| 103 | |
| 104 | //------------------------------------------------------------------------- |
| 105 | void CodeCoverageRunner::OnExitProcess(HANDLE hProcess, HANDLE, const EXIT_PROCESS_DEBUG_INFO&) |
| 106 | { |
| 107 | exceptionHandler_->OnExitProcess(hProcess); |
| 108 | executedAddressManager_->OnExitProcess(hProcess); |
| 109 | } |
| 110 | |
| 111 | //------------------------------------------------------------------------- |
| 112 | void CodeCoverageRunner::OnLoadDll( |
nothing calls this directly
no outgoing calls
no test coverage detected