Based-on: 20230227213329.793795-1-richard.hender...@linaro.org ("[PATCH v3 00/14] target/arm: gdbstub cleanups and additions")
Support SME by the same method as currently used by SVE. While I'm sure proper gdb support for dynamically sizing SME will require changes, this is good enough to examine contents of the ZA matrix. r~ Richard Henderson (3): target/arm: Avoid splitting Zregs across lines in dump target/arm: Dump ZA[] when active target/arm: Support reading ZA[] from gdbstub target/arm/cpu.h | 1 + target/arm/internals.h | 3 ++ target/arm/cpu.c | 54 +++++++++++++++----------- target/arm/gdbstub.c | 8 ++++ target/arm/gdbstub64.c | 88 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 132 insertions(+), 22 deletions(-) -- 2.34.1