We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42fc39 commit 3d8a19cCopy full SHA for 3d8a19c
level_zero/tools/source/debug/windows/debug_session.cpp
@@ -757,7 +757,7 @@ ze_result_t DebugSessionWindows::continueExecutionImp(uint64_t memoryHandle) {
757
return ZE_RESULT_ERROR_NOT_AVAILABLE;
758
}
759
760
- PRINT_DEBUGGER_INFO_LOG("DBGUMD_ACTION_EU_CTRL_INTR_REQUEST - Success\n");
+ PRINT_DEBUGGER_INFO_LOG("DBGUMD_ACTION_EU_CTRL_CONT_EXECUTION - Success\n");
761
return ZE_RESULT_SUCCESS;
762
763
0 commit comments