MCPcopy Create free account
hub / github.com/Vector35/debugger / LoadModule

Method LoadModule

core/adapters/dbgengadapter.cpp:1347–1351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347HRESULT 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)
1349{
1350 return DEBUG_STATUS_NO_CHANGE;
1351}
1352
1353HRESULT DbgEngEventCallbacks::UnloadModule(const char* image_base_name, uint64_t base_offset)
1354{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected