mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
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:
committed by
Compute-Runtime-Automation
parent
621dbdbc37
commit
6a66c5df71
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user