feature(debugger): Implement attach for xe debugger

Related-to: NEO-8407

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2023-12-05 21:03:49 +00:00
committed by Compute-Runtime-Automation
parent a94c54e353
commit 0c7ba17f1a
31 changed files with 1315 additions and 214 deletions

View File

@@ -5,10 +5,13 @@
#
if(UNIX)
target_sources(${TARGET_NAME_L0}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
)
if(NEO_ENABLE_XE_DRM_DETECTION)
target_sources(${TARGET_NAME_L0}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${NEO_SOURCE_DIR}/level_zero/tools/source/debug/linux/xe/debug_session_xe_helper.cpp
)
endif()
if(NEO_ENABLE_i915_PRELIM_DETECTION)
target_sources(${TARGET_NAME_L0}