| 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, |
| 1336 | unsigned long time_date_stamp, uint64_t initial_thread_handle, uint64_t thread_data_offset, uint64_t start_offset) |
| 1337 | { |
| 1338 | return DEBUG_STATUS_NO_CHANGE; |
| 1339 | } |
| 1340 | |
| 1341 | HRESULT DbgEngEventCallbacks::ExitProcess(unsigned long exit_code) |
| 1342 | { |
nothing calls this directly
no outgoing calls
no test coverage detected