xref: /dflybsd-src/contrib/gdb-7/gdb/features/threads.dtd (revision 2d12c69a9e8f519ee15ef19279e83041cf427ad3)
1<!-- Copyright (C) 2008, 2009, 2011 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 threads (thread*)>
8<!ATTLIST threads version CDATA #FIXED "1.0">
9
10<!ELEMENT thread (#PCDATA)>
11
12<!ATTLIST thread id CDATA #REQUIRED>
13<!ATTLIST thread core CDATA #IMPLIED>
14