mbox series

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

Message ID 20230228003713.861168-1-richard.henderson@linaro.org
Headers show
Series target/arm: dump and gdbstub support for ZA[] | expand

Message

Richard Henderson Feb. 28, 2023, 12:37 a.m. UTC
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(-)