Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / features / traceframe-info.dtd
CommitLineData
88b9d363 1<!-- Copyright (C) 2010-2022 Free Software Foundation, Inc.
4d1f5c79
PA
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
7<!-- traceframe-info: Root element with versioning -->
28a93511 8<!ELEMENT traceframe-info (memory | tvar)* >
4d1f5c79
PA
9<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
10
11<!ELEMENT memory EMPTY>
12<!ATTLIST memory start CDATA #REQUIRED
13 length CDATA #REQUIRED>
28a93511
YQ
14
15<!ELEMENT tvar EMPTY>
16<!ATTLIST tvar id CDATA #REQUIRED>
This page took 1.170653 seconds and 4 git commands to generate.