]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/features/btrace.dtd
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / features / btrace.dtd
CommitLineData
1d506c26 1<!-- Copyright (C) 2013-2024 Free Software Foundation, Inc.
c12a2917
MM
2
3 Copying and distribution of this file, with or without modification,
4 are permitted in any medium without royalty provided the copyright
5 notice and this notice are preserved. -->
6
b20a6524 7<!ELEMENT btrace (block* | pt)>
c12a2917
MM
8<!ATTLIST btrace version CDATA #FIXED "1.0">
9
10<!ELEMENT block EMPTY>
11<!ATTLIST block begin CDATA #REQUIRED
12 end CDATA #REQUIRED>
b20a6524
MM
13
14<!ELEMENT pt (pt-config?, raw?)>
15
16<!ELEMENT pt-config (cpu?)>
17
18<!ELEMENT cpu EMPTY>
19<!ATTLIST cpu vendor CDATA #REQUIRED
20 family CDATA #REQUIRED
21 model CDATA #REQUIRED
22 stepping CDATA #REQUIRED>
23
24<!ELEMENT raw (#PCDATA)>