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

Method ChangeDebuggeeState

core/adapters/dbgengadapter.cpp:1368–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368HRESULT DbgEngEventCallbacks::ChangeDebuggeeState(unsigned long flags, uint64_t argument)
1369{
1370 return DEBUG_STATUS_NO_CHANGE;
1371}
1372
1373HRESULT DbgEngEventCallbacks::ChangeEngineState(unsigned long flags, uint64_t argument)
1374{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected