| 1351 | } |
| 1352 | |
| 1353 | HRESULT DbgEngEventCallbacks::UnloadModule(const char* image_base_name, uint64_t base_offset) |
| 1354 | { |
| 1355 | return DEBUG_STATUS_NO_CHANGE; |
| 1356 | } |
| 1357 | |
| 1358 | HRESULT DbgEngEventCallbacks::SystemError(unsigned long error, unsigned long level) |
| 1359 | { |
nothing calls this directly
no outgoing calls
no test coverage detected