add missing file
authorVladimir Prus <vladimir@codesourcery.com>
Wed, 13 Jan 2010 05:20:49 +0000 (05:20 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Wed, 13 Jan 2010 05:20:49 +0000 (05:20 +0000)
gdb/features/threads.dtd [new file with mode: 0644]

diff --git a/gdb/features/threads.dtd b/gdb/features/threads.dtd
new file mode 100644 (file)
index 0000000..20308ee
--- /dev/null
@@ -0,0 +1,13 @@
+<!-- Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+
+     Copying and distribution of this file, with or without modification,
+     are permitted in any medium without royalty provided the copyright
+     notice and this notice are preserved.  -->
+
+<!ELEMENT threads (thread*)>
+<!ATTLIST threads version CDATA #FIXED "1.0">
+
+<!ELEMENT thread (#PCDATA)>
+
+<!ATTLIST thread id CDATA #REQUIRED>
+<!ATTLIST thread core CDATA #IMPLIED>