mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
Add readModuleDebugArea() method
Related-To: NEO-5940 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0500f79753
commit
e9a43f1f66
@@ -61,6 +61,10 @@ struct DebugSessionMock : public L0::RootDebugSession {
|
||||
asyncThreadStarted = true;
|
||||
}
|
||||
|
||||
bool readModuleDebugArea() override {
|
||||
return true;
|
||||
}
|
||||
|
||||
zet_debug_config_t config;
|
||||
bool asyncThreadStarted = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user