gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / features / gdb-target.dtd
index 3fd61c2557eb2c28022e377cfaa85aa38f0b97a6..7d6b70c819260f644c1bee180831574429d74444 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Copyright (C) 2007-2016 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.02877 seconds and 4 git commands to generate.