commit | acd8e83a2f81a6ac98f0ddffd2b476d6c9d8a48a | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Mon Nov 06 18:50:55 2023 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Nov 08 15:15:23 2023 +0000 |
tree | 35b7822c466608462c597a545570eef665e5d1cb | |
parent | f654387b8138ccbc5d9e3eeb6fedd2b73fbfe4b4 [diff] |
target/arm: hide aliased MIDR from gdbstub This is just a constant alias register with the same value as the "other" MIDR so it serves no purpose being presented to gdbstub. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20231106185112.2755262-6-alex.bennee@linaro.org>