On 17/3/25 15:28, Peter Maydell wrote:
Instead of having the TYPE_AARCH64_CPU subclass set
CPUClass:gdb_core_xml_file to a different value from that that
TYPE_ARM_CPU uses, implement the gdb_get_core_xml_file method in the
TYPE_ARM_CPU class to return either the AArch64 or AArch32 XML file
name.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
target/arm/cpu.c | 16 +++++++++++++++-
target/arm/cpu64.c | 1 -
target/arm/tcg/cpu-v7m.c | 1 -
3 files changed, 15 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>