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