mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
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:
committed by
Compute-Runtime-Automation
parent
db719b2acb
commit
e62c5e25d5
@@ -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
|
||||
Reference in New Issue
Block a user