]>
Commit | Line | Data |
---|---|---|
5b9f6345 DH |
1 | <?xml version="1.0"?> |
2 | <!-- Copyright 2015 IBM Corp. | |
3 | ||
4 | This work is licensed under the terms of the GNU GPL, version 2 or | |
5 | (at your option) any later version. See the COPYING file in the | |
6 | top-level directory. --> | |
7 | ||
8 | <!DOCTYPE feature SYSTEM "gdb-target.dtd"> | |
9 | <feature name="org.gnu.gdb.s390.cr"> | |
10 | <reg name="cr0" bitsize="64" type="uint64" group="control"/> | |
11 | <reg name="cr1" bitsize="64" type="uint64" group="control"/> | |
12 | <reg name="cr2" bitsize="64" type="uint64" group="control"/> | |
13 | <reg name="cr3" bitsize="64" type="uint64" group="control"/> | |
14 | <reg name="cr4" bitsize="64" type="uint64" group="control"/> | |
15 | <reg name="cr5" bitsize="64" type="uint64" group="control"/> | |
16 | <reg name="cr6" bitsize="64" type="uint64" group="control"/> | |
17 | <reg name="cr7" bitsize="64" type="uint64" group="control"/> | |
18 | <reg name="cr8" bitsize="64" type="uint64" group="control"/> | |
19 | <reg name="cr9" bitsize="64" type="uint64" group="control"/> | |
20 | <reg name="cr10" bitsize="64" type="uint64" group="control"/> | |
21 | <reg name="cr11" bitsize="64" type="uint64" group="control"/> | |
22 | <reg name="cr12" bitsize="64" type="uint64" group="control"/> | |
23 | <reg name="cr13" bitsize="64" type="uint64" group="control"/> | |
24 | <reg name="cr14" bitsize="64" type="uint64" group="control"/> | |
25 | <reg name="cr15" bitsize="64" type="uint64" group="control"/> | |
26 | </feature> |