| 1322 | } |
| 1323 | |
| 1324 | HRESULT DbgEngEventCallbacks::CreateThread(uint64_t handle, uint64_t data_offset, uint64_t start_offset) |
| 1325 | { |
| 1326 | return DEBUG_STATUS_NO_CHANGE; |
| 1327 | } |
| 1328 | |
| 1329 | HRESULT DbgEngEventCallbacks::ExitThread(unsigned long exit_code) |
| 1330 | { |
nothing calls this directly
no outgoing calls
no test coverage detected