Update copyright year range in header of all files managed by GDB
[binutils-gdb.git] / gdb / features / traceframe-info.dtd
blobdbf08971a9ba04cb7e4ea84618887a53467441f3
1 <!-- Copyright (C) 2010-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 <!-- traceframe-info: Root element with versioning -->
8 <!ELEMENT traceframe-info (memory | tvar)* >
9 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
11 <!ELEMENT memory EMPTY>
12 <!ATTLIST memory start CDATA #REQUIRED
13 length CDATA #REQUIRED>
15 <!ELEMENT tvar EMPTY>
16 <!ATTLIST tvar id CDATA #REQUIRED>