| 1 | <?xml version="1.0"?> |
| 2 | <!-- Copyright (C) 2025 Linaro Ltd. |
| 3 | |
| 4 | SPDX-License-Identifier: GPL-2.0-or-later |
| 5 | |
| 6 | This is the SME2 ZT0 register. Upstream GDB dynamically generates |
| 7 | the XML for this feature, but because the vector is always 64 bytes |
| 8 | in size we prefer to use static XML for it. |
| 9 | --> |
| 10 | <!DOCTYPE feature SYSTEM "gdb-target.dtd"> |
| 11 | <feature name="org.gnu.gdb.aarch64.sme2"> |
| 12 | <vector id="sme2_bv" type="uint8" count="64"/> |
| 13 | <reg name="zt0" bitsize="512" type="sme2_bv"/> |
| 14 | </feature> |