mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
fix: Remove Xe Debug stubs for read/writeMemory
The correct implementation is in DebugSessionLinux and the overrides in DebugSessionLinuxXe are not needed Related-to: NEO-9669 Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5c4082cd1a
commit
7f8bac7703
@@ -29,16 +29,6 @@ struct DebugSessionLinuxXe : DebugSessionLinux {
|
||||
|
||||
bool closeConnection() override;
|
||||
|
||||
ze_result_t readMemory(ze_device_thread_t thread, const zet_debug_memory_space_desc_t *desc, size_t size, void *buffer) override {
|
||||
UNRECOVERABLE_IF(true);
|
||||
return ZE_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
ze_result_t writeMemory(ze_device_thread_t thread, const zet_debug_memory_space_desc_t *desc, size_t size, const void *buffer) override {
|
||||
UNRECOVERABLE_IF(true);
|
||||
return ZE_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
ze_result_t acknowledgeEvent(const zet_debug_event_t *event) override {
|
||||
UNRECOVERABLE_IF(true);
|
||||
return ZE_RESULT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user