[PATCH 0/3] target/arm: dump and gdbstub support for ZA[]

Richard Henderson posted 3 patches 1 year, 1 month ago
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(-)
[PATCH 0/3] target/arm: dump and gdbstub support for ZA[]
Posted by Richard Henderson 1 year, 1 month ago
Based-on: 20230227213329.793795-1-richard.henderson@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