L0Debug - disallow attaching to multiple pids

Resolves: NEO-7476

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-11-03 11:40:06 +00:00
committed by Compute-Runtime-Automation
parent 9a4467f368
commit 6f710bfad7
7 changed files with 443 additions and 348 deletions

View File

@@ -19,7 +19,7 @@
namespace L0 {
DebugSession::DebugSession(const zet_debug_config_t &config, Device *device) : connectedDevice(device) {
DebugSession::DebugSession(const zet_debug_config_t &config, Device *device) : connectedDevice(device), config(config) {
}
const NEO::TopologyMap &DebugSession::getTopologyMap() {