-------------------------------------------------------------------------
| 31 | |
| 32 | //------------------------------------------------------------------------- |
| 33 | void IDebugEventsHandler::OnLoadDll(HANDLE hProcess, HANDLE hThread, const LOAD_DLL_DEBUG_INFO&) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | //------------------------------------------------------------------------- |
| 38 | void IDebugEventsHandler::OnUnloadDll(HANDLE hProcess, HANDLE hThread, const UNLOAD_DLL_DEBUG_INFO&) |
nothing calls this directly
no outgoing calls
no test coverage detected