gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / features / gdb-target.dtd
index fd7dac33fa6be6fbbbd2fbb7c4fb51ee2e000bea..7d6b70c819260f644c1bee180831574429d74444 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+<!-- Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,
      are permitted in any medium without royalty provided the copyright
        id              CDATA   #REQUIRED
        size            CDATA   #REQUIRED>
 
+<!ELEMENT enum         (evalue+)>
+<!ATTLIST enum
+       id              CDATA   #REQUIRED
+       size            CDATA   #REQUIRED>
+
 <!ELEMENT struct       (field+)>
 <!ATTLIST struct
        id              CDATA   #REQUIRED
        start           CDATA   #IMPLIED
        end             CDATA   #IMPLIED>
 
+<!ELEMENT evalue       EMPTY>
+<!ATTLIST evalue
+       name            CDATA   #REQUIRED
+       value           CDATA   #REQUIRED>
+
 <!ENTITY % xinclude SYSTEM "xinclude.dtd">
 %xinclude;
This page took 0.024258 seconds and 4 git commands to generate.