| 1361 | } |
| 1362 | |
| 1363 | HRESULT DbgEngEventCallbacks::SessionStatus(unsigned long session_status) |
| 1364 | { |
| 1365 | return S_OK; |
| 1366 | } |
| 1367 | |
| 1368 | HRESULT DbgEngEventCallbacks::ChangeDebuggeeState(unsigned long flags, uint64_t argument) |
| 1369 | { |
nothing calls this directly
no outgoing calls
no test coverage detected