fix: xe debugger - set lrc and exec queue on page fault event

Related-to: GSD-11826

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2025-10-16 00:03:06 +00:00
committed by Compute-Runtime-Automation
parent 621dbdbc37
commit 6a66c5df71
6 changed files with 93 additions and 2 deletions

View File

@@ -302,6 +302,8 @@ struct DebugSessionLinux : DebugSessionImp {
uint64_t vmHandle;
uint32_t tileIndex;
uint64_t pageFaultAddress;
uint64_t execQueueHandle;
uint64_t lrcHandle;
uint32_t bitmaskSize;
uint8_t *bitmask;
};