]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: hide all versions of DBGD[RS]AR from gdbstub
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 6 Nov 2023 18:50:54 +0000 (18:50 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Nov 2023 15:15:23 +0000 (15:15 +0000)
commitf654387b8138ccbc5d9e3eeb6fedd2b73fbfe4b4
tree85deb6da480b2674731ccbc62cafd91b5685918d
parent8ce4d441cb1e9a1c30afb762f0f3b1faac53bb6d
target/arm: hide all versions of DBGD[RS]AR from gdbstub

This avoids two duplicates being presented to gdbstub. As the
registers are RAZ anyway it is unlikely their value would be of use to
someone using gdbstub anyway.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-5-alex.bennee@linaro.org>
target/arm/debug_helper.c