| 1327 | } |
| 1328 | |
| 1329 | HRESULT DbgEngEventCallbacks::ExitThread(unsigned long exit_code) |
| 1330 | { |
| 1331 | return DEBUG_STATUS_NO_CHANGE; |
| 1332 | } |
| 1333 | |
| 1334 | HRESULT DbgEngEventCallbacks::CreateProcess(uint64_t image_file_handle, uint64_t handle, uint64_t base_offset, |
| 1335 | unsigned long module_size, const char* module_name, const char* image_name, unsigned long check_sum, |
nothing calls this directly
no outgoing calls
no test coverage detected