commit | 45f6a1e6aa4141a565e38a800f677f9e352425ba | [log] [tgz] |
---|---|---|
author | Luis Machado <luis.machado@arm.com> | Tue Apr 04 17:28:51 2023 +0100 |
committer | Luis Machado <luis.machado@arm.com> | Wed Oct 04 16:23:40 2023 +0100 |
tree | 561f32d376cf79eb5fe7301059e0c67305d4ab9e | |
parent | 42019af621005a274d1a658f4c752a98fe5bab8e [diff] |
sme2: Enable SME2 support in gdbserver This patch teaches gdbserver about the SME2 and the ZT0 register. Since most of the code used by gdbserver for SME2 is shared with gdb, this is a rather small patch that reuses most of the code put in place for native AArch64 Linux. Validated under Fast Models. Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>