arch-arm: Rename SelfDebug member variables
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Wed, 12 Aug 2020 14:12:58 +0000 (15:12 +0100)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 18 Aug 2020 13:04:58 +0000 (13:04 +0000)
commit81ad7e66db57de462ab697ee7faf0974f1c55d91
tree6d7c3a48b3dc28aa3aed9c26df9d33e385402d62
parentb438ec2b1cd563eeb935d22b41a698f1f12cd1b3
arch-arm: Rename SelfDebug member variables

* enableFlag -> mde
The "enableFlag" variable, enabling the Breakpoint, Watchpoint, Vector
Catch exceptions is actually the cached version of MDSCR_EL1.MDE. The
"enableFlag" name looks too general as it's not covering the Software
Step exception case.

* bKDE -> kde
* bSDD -> sdd

The b prefix was likely referring to "breakpoint". However these bitfields
are actually used by watchpoints as well.

Change-Id: I48b762b32b2d763f4c4ceb7dcc28968cfb470fc1
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32775
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Richard Cooper <richard.cooper@arm.com>
src/arch/arm/self_debug.cc
src/arch/arm/self_debug.hh