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

Method SessionStatus

core/adapters/dbgengadapter.cpp:1363–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363HRESULT DbgEngEventCallbacks::SessionStatus(unsigned long session_status)
1364{
1365 return S_OK;
1366}
1367
1368HRESULT DbgEngEventCallbacks::ChangeDebuggeeState(unsigned long flags, uint64_t argument)
1369{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected