| 1371 | } |
| 1372 | |
| 1373 | HRESULT 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 | |
| 1384 | HRESULT DbgEngEventCallbacks::ChangeSymbolState(unsigned long flags, uint64_t argument) |
| 1385 | { |
nothing calls this directly
no outgoing calls
no test coverage detected