Fix PR rust/20110
[deliverable/binutils-gdb.git] / gdb / xml-tdesc.h
index 045af92249dccce33f9730fe6f3b0c68a9e07fea..70a1ebbd518e21a8cc710dbf040aacdf0f0e9cf5 100644 (file)
@@ -1,7 +1,6 @@
 /* XML target description support for GDB.
 
-   Copyright (C) 2006
-   Free Software Foundation, Inc.
+   Copyright (C) 2006-2016 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery.
 
@@ -32,3 +31,9 @@ const struct target_desc *file_read_description_xml (const char *filename);
    parsed description.  */
 
 const struct target_desc *target_read_description_xml (struct target_ops *);
+
+/* Fetches an XML target description using OPS,  processing
+   includes, but not parsing it.  Used to dump whole tdesc
+   as a single XML file.  */
+
+char *target_fetch_description_xml (struct target_ops *ops);
This page took 0.02506 seconds and 4 git commands to generate.