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

Method ChangeEngineState

core/adapters/dbgengadapter.cpp:1373–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373HRESULT DbgEngEventCallbacks::ChangeEngineState(unsigned long flags, uint64_t argument)
1374{
1375 //if (flags == DEBUG_CES_EXECUTION_STATUS)
1376 //{
1377 // if (argument == DEBUG_STATUS_STEP_OVER)
1378 // {
1379 // }
1380 //}
1381 return S_OK;
1382}
1383
1384HRESULT DbgEngEventCallbacks::ChangeSymbolState(unsigned long flags, uint64_t argument)
1385{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected