-------------------------------------------------------------------------
| 26 | |
| 27 | //------------------------------------------------------------------------- |
| 28 | void IDebugEventsHandler::OnExitProcess(HANDLE hProcess, HANDLE hThread, const EXIT_PROCESS_DEBUG_INFO&) |
| 29 | { |
| 30 | } |
| 31 | |
| 32 | //------------------------------------------------------------------------- |
| 33 | void IDebugEventsHandler::OnLoadDll(HANDLE hProcess, HANDLE hThread, const LOAD_DLL_DEBUG_INFO&) |
nothing calls this directly
no outgoing calls
no test coverage detected