-------------------------------------------------------------------------
| 21 | { |
| 22 | //------------------------------------------------------------------------- |
| 23 | void IDebugEventsHandler::OnCreateProcess(const CREATE_PROCESS_DEBUG_INFO&) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | //------------------------------------------------------------------------- |
| 28 | void IDebugEventsHandler::OnExitProcess(HANDLE hProcess, HANDLE hThread, const EXIT_PROCESS_DEBUG_INFO&) |
nothing calls this directly
no outgoing calls
no test coverage detected