Statistics
| Branch: | Revision:

root / gdb-xml / arm-core.xml @ 54cdaa1b

History | View | Annotate | Download (1.1 kB)

1 56aebc89 pbrook
<?xml version="1.0"?>
2 56aebc89 pbrook
<!-- Copyright (C) 2008 Free Software Foundation, Inc.
3 56aebc89 pbrook

4 56aebc89 pbrook
     Copying and distribution of this file, with or without modification,
5 56aebc89 pbrook
     are permitted in any medium without royalty provided the copyright
6 56aebc89 pbrook
     notice and this notice are preserved.  -->
7 56aebc89 pbrook
8 56aebc89 pbrook
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
9 56aebc89 pbrook
<feature name="org.gnu.gdb.arm.core">
10 56aebc89 pbrook
  <reg name="r0" bitsize="32"/>
11 56aebc89 pbrook
  <reg name="r1" bitsize="32"/>
12 56aebc89 pbrook
  <reg name="r2" bitsize="32"/>
13 56aebc89 pbrook
  <reg name="r3" bitsize="32"/>
14 56aebc89 pbrook
  <reg name="r4" bitsize="32"/>
15 56aebc89 pbrook
  <reg name="r5" bitsize="32"/>
16 56aebc89 pbrook
  <reg name="r6" bitsize="32"/>
17 56aebc89 pbrook
  <reg name="r7" bitsize="32"/>
18 56aebc89 pbrook
  <reg name="r8" bitsize="32"/>
19 56aebc89 pbrook
  <reg name="r9" bitsize="32"/>
20 56aebc89 pbrook
  <reg name="r10" bitsize="32"/>
21 56aebc89 pbrook
  <reg name="r11" bitsize="32"/>
22 56aebc89 pbrook
  <reg name="r12" bitsize="32"/>
23 56aebc89 pbrook
  <reg name="sp" bitsize="32" type="data_ptr"/>
24 56aebc89 pbrook
  <reg name="lr" bitsize="32"/>
25 56aebc89 pbrook
  <reg name="pc" bitsize="32" type="code_ptr"/>
26 56aebc89 pbrook
27 56aebc89 pbrook
  <!-- The CPSR is register 25, rather than register 16, because
28 56aebc89 pbrook
       the FPA registers historically were placed between the PC
29 56aebc89 pbrook
       and the CPSR in the "g" packet.  -->
30 56aebc89 pbrook
  <reg name="cpsr" bitsize="32" regnum="25"/>
31 56aebc89 pbrook
</feature>