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

Method UnloadModule

core/adapters/dbgengadapter.cpp:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353HRESULT DbgEngEventCallbacks::UnloadModule(const char* image_base_name, uint64_t base_offset)
1354{
1355 return DEBUG_STATUS_NO_CHANGE;
1356}
1357
1358HRESULT DbgEngEventCallbacks::SystemError(unsigned long error, unsigned long level)
1359{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected