xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/btrace-conf.dtd (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1<!-- Copyright (C) 2013-2023 Free Software Foundation, Inc.
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<!ELEMENT btrace-conf	(bts?, pt?)>
8<!ATTLIST btrace-conf	version	CDATA	#FIXED "1.0">
9
10<!ELEMENT bts	EMPTY>
11<!ATTLIST bts	size	CDATA	#IMPLIED>
12
13<!ELEMENT pt	EMPTY>
14<!ATTLIST pt	size	CDATA	#IMPLIED>
15