Add source level debugger header from SDK

Change-Id: I9898ec8892798facb71ccae0547c894b6b5a0288
This commit is contained in:
Kowalczuk, Jakub
2018-11-14 18:21:54 +01:00
committed by sys_ocldev
parent 61e7ae9280
commit 344e92acfa
11 changed files with 210 additions and 86 deletions

View File

@@ -13,6 +13,8 @@
#include "runtime/os_interface/os_interface.h"
#include "lib_names.h"
#define IGFXDBG_CURRENT_VERSION 4
namespace OCLRT {
const char *SourceLevelDebugger::notifyNewDeviceSymbol = "notifyNewDevice";
const char *SourceLevelDebugger::notifySourceCodeSymbol = "notifySourceCode";