manual copyright year range of various GDB files to add 2023
[binutils-gdb.git] / gdb / features / btrace.dtd
blob20d664285995b5c8ab794a3faa8c1cc828012601
1 <!-- Copyright (C) 2013-2023 Free Software Foundation, Inc.
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. -->
7 <!ELEMENT btrace (block* | pt)>
8 <!ATTLIST btrace version CDATA #FIXED "1.0">
10 <!ELEMENT block EMPTY>
11 <!ATTLIST block begin CDATA #REQUIRED
12 end CDATA #REQUIRED>
14 <!ELEMENT pt (pt-config?, raw?)>
16 <!ELEMENT pt-config (cpu?)>
18 <!ELEMENT cpu EMPTY>
19 <!ATTLIST cpu vendor CDATA #REQUIRED
20 family CDATA #REQUIRED
21 model CDATA #REQUIRED
22 stepping CDATA #REQUIRED>
24 <!ELEMENT raw (#PCDATA)>