]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix aarch64 debug register names.
authorChris Howard <cvz185@web.de>
Thu, 12 May 2022 09:42:02 +0000 (11:42 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 15:19:02 +0000 (16:19 +0100)
commite1be11a5a440bfa552e0a8bb109d72294054e3f0
tree9facb8fa8cb502a0db4bb361cba278bc08f61c1f
parent5d55f827677a521feaab6dc651168e6136954e88
Fix aarch64 debug register names.

Give all the debug registers their correct names including the
index, rather than having multiple registers all with the
same name string, which is confusing when viewed over the
gdbstub interface.

Signed-off-by: CHRIS HOWARD <cvz185@web.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 4127D8CA-D54A-47C7-A039-0DB7361E30C0@web.de
[PMM: expanded commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c