summaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2010-01-13 05:20:49 +0000
committerVladimir Prus <vladimir@codesourcery.com>2010-01-13 05:20:49 +0000
commit1f47c2a11b7ff46aa892f6d6aff1af40a521fe79 (patch)
treef61ec96277dea4239fc9eea8436ae7011522601c /gdb/features
parent2cd011858beb75fc85c426b8b0d5b60f78c1549b (diff)
downloadgdb-1f47c2a11b7ff46aa892f6d6aff1af40a521fe79.tar.gz
add missing file
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/threads.dtd13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/features/threads.dtd b/gdb/features/threads.dtd
new file mode 100644
index 00000000000..20308eeb713
--- /dev/null
+++ b/gdb/features/threads.dtd
@@ -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>