~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to gdb-xml/cf-core.xml

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!-- Copyright (C) 2008 Free Software Foundation, Inc.
 
3
 
 
4
     Copying and distribution of this file, with or without modification,
 
5
     are permitted in any medium without royalty provided the copyright
 
6
     notice and this notice are preserved.  -->
 
7
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
 
8
<feature name="org.gnu.gdb.coldfire.core">
 
9
  <reg name="d0" bitsize="32"/>
 
10
  <reg name="d1" bitsize="32"/>
 
11
  <reg name="d2" bitsize="32"/>
 
12
  <reg name="d3" bitsize="32"/>
 
13
  <reg name="d4" bitsize="32"/>
 
14
  <reg name="d5" bitsize="32"/>
 
15
  <reg name="d6" bitsize="32"/>
 
16
  <reg name="d7" bitsize="32"/>
 
17
  <reg name="a0" bitsize="32" type="data_ptr"/>
 
18
  <reg name="a1" bitsize="32" type="data_ptr"/>
 
19
  <reg name="a2" bitsize="32" type="data_ptr"/>
 
20
  <reg name="a3" bitsize="32" type="data_ptr"/>
 
21
  <reg name="a4" bitsize="32" type="data_ptr"/>
 
22
  <reg name="a5" bitsize="32" type="data_ptr"/>
 
23
  <reg name="fp" bitsize="32" type="data_ptr"/>
 
24
  <reg name="sp" bitsize="32" type="data_ptr"/>
 
25
 
 
26
  <reg name="ps" bitsize="32"/>
 
27
  <reg name="pc" bitsize="32" type="code_ptr"/>
 
28
 
 
29
</feature>