refactor: change debugging enabled to debugging mode

Related-To: NEO-7630

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-01-18 14:41:50 +00:00
committed by Compute-Runtime-Automation
parent db719b2acb
commit e62c5e25d5
29 changed files with 84 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -44,5 +44,10 @@ class Debugger {
bool isLegacyMode = true;
};
enum class DebuggingMode : uint32_t {
Disabled,
Enabled
};
static_assert(std::is_standard_layout<Debugger::SbaAddresses>::value);
} // namespace NEO