| 1382 | } |
| 1383 | |
| 1384 | HRESULT DbgEngEventCallbacks::ChangeSymbolState(unsigned long flags, uint64_t argument) |
| 1385 | { |
| 1386 | return DEBUG_STATUS_NO_CHANGE; |
| 1387 | } |
| 1388 | |
| 1389 | HRESULT DbgEngOutputCallbacks::Output(unsigned long mask, const char* text) |
| 1390 | { |
nothing calls this directly
no outgoing calls
no test coverage detected