-------------------------------------------------------------------------
| 36 | |
| 37 | //------------------------------------------------------------------------- |
| 38 | void IDebugEventsHandler::OnUnloadDll(HANDLE hProcess, HANDLE hThread, const UNLOAD_DLL_DEBUG_INFO&) |
| 39 | { |
| 40 | } |
| 41 | |
| 42 | //------------------------------------------------------------------------- |
| 43 | IDebugEventsHandler::ExceptionType IDebugEventsHandler::OnException(HANDLE hProcess, HANDLE hThread, const EXCEPTION_DEBUG_INFO&) |
nothing calls this directly
no outgoing calls
no test coverage detected