mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
L0Debug - disallow attaching to multiple pids
Resolves: NEO-7476 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a4467f368
commit
6f710bfad7
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user