| 1366 | } |
| 1367 | |
| 1368 | HRESULT DbgEngEventCallbacks::ChangeDebuggeeState(unsigned long flags, uint64_t argument) |
| 1369 | { |
| 1370 | return DEBUG_STATUS_NO_CHANGE; |
| 1371 | } |
| 1372 | |
| 1373 | HRESULT DbgEngEventCallbacks::ChangeEngineState(unsigned long flags, uint64_t argument) |
| 1374 | { |
nothing calls this directly
no outgoing calls
no test coverage detected