1*a0ca4af9SMark Johnston<?xml version="1.0"?> 2*a0ca4af9SMark Johnston<!-- Copyright (C) 2009-2012 Free Software Foundation, Inc. 3*a0ca4af9SMark Johnston Contributed by ARM Ltd. 4*a0ca4af9SMark Johnston 5*a0ca4af9SMark Johnston Copying and distribution of this file, with or without modification, 6*a0ca4af9SMark Johnston are permitted in any medium without royalty provided the copyright 7*a0ca4af9SMark Johnston notice and this notice are preserved. --> 8*a0ca4af9SMark Johnston 9*a0ca4af9SMark Johnston<!DOCTYPE feature SYSTEM "gdb-target.dtd"> 10*a0ca4af9SMark Johnston<feature name="org.gnu.gdb.aarch64.core"> 11*a0ca4af9SMark Johnston <reg name="x0" bitsize="64"/> 12*a0ca4af9SMark Johnston <reg name="x1" bitsize="64"/> 13*a0ca4af9SMark Johnston <reg name="x2" bitsize="64"/> 14*a0ca4af9SMark Johnston <reg name="x3" bitsize="64"/> 15*a0ca4af9SMark Johnston <reg name="x4" bitsize="64"/> 16*a0ca4af9SMark Johnston <reg name="x5" bitsize="64"/> 17*a0ca4af9SMark Johnston <reg name="x6" bitsize="64"/> 18*a0ca4af9SMark Johnston <reg name="x7" bitsize="64"/> 19*a0ca4af9SMark Johnston <reg name="x8" bitsize="64"/> 20*a0ca4af9SMark Johnston <reg name="x9" bitsize="64"/> 21*a0ca4af9SMark Johnston <reg name="x10" bitsize="64"/> 22*a0ca4af9SMark Johnston <reg name="x11" bitsize="64"/> 23*a0ca4af9SMark Johnston <reg name="x12" bitsize="64"/> 24*a0ca4af9SMark Johnston <reg name="x13" bitsize="64"/> 25*a0ca4af9SMark Johnston <reg name="x14" bitsize="64"/> 26*a0ca4af9SMark Johnston <reg name="x15" bitsize="64"/> 27*a0ca4af9SMark Johnston <reg name="x16" bitsize="64"/> 28*a0ca4af9SMark Johnston <reg name="x17" bitsize="64"/> 29*a0ca4af9SMark Johnston <reg name="x18" bitsize="64"/> 30*a0ca4af9SMark Johnston <reg name="x19" bitsize="64"/> 31*a0ca4af9SMark Johnston <reg name="x20" bitsize="64"/> 32*a0ca4af9SMark Johnston <reg name="x21" bitsize="64"/> 33*a0ca4af9SMark Johnston <reg name="x22" bitsize="64"/> 34*a0ca4af9SMark Johnston <reg name="x23" bitsize="64"/> 35*a0ca4af9SMark Johnston <reg name="x24" bitsize="64"/> 36*a0ca4af9SMark Johnston <reg name="x25" bitsize="64"/> 37*a0ca4af9SMark Johnston <reg name="x26" bitsize="64"/> 38*a0ca4af9SMark Johnston <reg name="x27" bitsize="64"/> 39*a0ca4af9SMark Johnston <reg name="x28" bitsize="64"/> 40*a0ca4af9SMark Johnston <reg name="x29" bitsize="64"/> 41*a0ca4af9SMark Johnston <reg name="x30" bitsize="64"/> 42*a0ca4af9SMark Johnston <reg name="sp" bitsize="64" type="data_ptr"/> 43*a0ca4af9SMark Johnston 44*a0ca4af9SMark Johnston <reg name="pc" bitsize="64" type="code_ptr"/> 45*a0ca4af9SMark Johnston <reg name="cpsr" bitsize="64"/> 46*a0ca4af9SMark Johnston</feature> 47