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

Method SystemError

core/adapters/dbgengadapter.cpp:1358–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358HRESULT DbgEngEventCallbacks::SystemError(unsigned long error, unsigned long level)
1359{
1360 return DEBUG_STATUS_NO_CHANGE;
1361}
1362
1363HRESULT DbgEngEventCallbacks::SessionStatus(unsigned long session_status)
1364{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected