commit | 189e5663eb9ddafca3cd3e905d8642e5cb15832c | [log] [tgz] |
---|---|---|
author | Luis Machado <luis.machado@arm.com> | Tue Jun 13 15:23:00 2023 +0100 |
committer | Luis Machado <luis.machado@arm.com> | Wed Oct 04 16:23:40 2023 +0100 |
tree | 449cf18d344501c8b2d6e2a9f93e41429fe225f3 | |
parent | 45f6a1e6aa4141a565e38a800f677f9e352425ba [diff] |
sme2: signal frame support Teach gdb about the ZT state on signal frames and how to restore the contents of the registers. There is a new ZT_MAGIC context that the Linux Kernel uses to communicate the ZT register state to gdb. As mentioned before, the ZT state should only be available when the ZA state is available. Validated under Fast Models. Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>