aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/io/ObjectStreamField.java
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-29/+18
2005-11-15Imported GNU Classpath 0.19 + gcj-import-20051115.Mark Wielaard1-1/+1
2005-07-16Initial revisionTom Tromey1-0/+412
alue='jimb_gnu_v3_branch'>jimb_gnu_v3_branch Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.xml/maint_print_struct.xml
blob: 1e42da4f4cf4ee1a72283d48ed37d50156126278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<!-- Copyright (C) 2010-2016 Free Software Foundation, Inc.

     Copying and distribution of this file, with or without modification,
     are permitted in any medium without royalty provided the copyright
     notice and this notice are preserved.  -->

<!DOCTYPE feature SYSTEM "gdb-target.dtd">
<target>
<feature name="test">

  <struct id="two_fielded">
       <field name="field1" type="data_ptr"/>
       <field name="field2" type="data_ptr"/>
  </struct>

  <struct id="bitfield" size="8">
    <field name="field0" start="0" end="0"/>
    <field name="field1" start="24" end="63"/>
    <field name="field2" start="16" end="24"/>
  </struct>

  <reg name="bad_reg1" bitsize="128" type="two_fielded"/>
  <reg name="bad_reg2" bitsize="64"  type="bitfield"/>
</feature>
</target>