| 1339 | } |
| 1340 | |
| 1341 | HRESULT DbgEngEventCallbacks::ExitProcess(unsigned long exit_code) |
| 1342 | { |
| 1343 | DbgEngAdapter::ProcessCallbackInfo.m_exitCode = exit_code; |
| 1344 | return DEBUG_STATUS_NO_CHANGE; |
| 1345 | } |
| 1346 | |
| 1347 | HRESULT DbgEngEventCallbacks::LoadModule(uint64_t image_file_handle, uint64_t base_offset, unsigned long module_size, |
| 1348 | const char* module_name, const char* image_name, unsigned long check_sum, unsigned long time_date_stamp) |
nothing calls this directly
no outgoing calls
no test coverage detected