mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Debugger L0 Win: Implement CREATE_DEBUG_DATA/MODULE_CREATE events handling
Related-To: NEO-6723 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
20d0541e57
commit
547dd59272
@@ -28,6 +28,8 @@ void DebuggerL0::initSbaTrackingMode() {
|
||||
singleAddressSpaceSbaTracking = false;
|
||||
}
|
||||
|
||||
void DebuggerL0::registerAllocationType(GraphicsAllocation *allocation) {}
|
||||
|
||||
void DebuggerL0::registerElf(NEO::DebugData *debugData, NEO::GraphicsAllocation *isaAllocation) {
|
||||
if (device->getRootDeviceEnvironment().osInterface.get() != nullptr) {
|
||||
auto drm = device->getRootDeviceEnvironment().osInterface->getDriverModel()->as<NEO::Drm>();
|
||||
@@ -80,4 +82,6 @@ void DebuggerL0::notifyCommandQueueDestroyed() {
|
||||
}
|
||||
}
|
||||
|
||||
void DebuggerL0::notifyModuleCreate(void *module, uint32_t moduleSize, uint64_t moduleLoadAddress) {}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user