Add readModuleDebugArea() method

Related-To: NEO-5940

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2021-06-02 15:24:43 +00:00
committed by Compute-Runtime-Automation
parent 0500f79753
commit e9a43f1f66
2 changed files with 8 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ struct DebugSessionMock : public L0::RootDebugSession {
asyncThreadStarted = true;
}
bool readModuleDebugArea() override {
return true;
}
zet_debug_config_t config;
bool asyncThreadStarted = false;
};