testsuite: Fix recent GCC FAIL: gdb.arch/i386-signal.exp
[deliverable/binutils-gdb.git] / gdb / xml-tdesc.h
index a0c38d78d9b251cd72dd9fa8bbcd0018f9c706a9..70a1ebbd518e21a8cc710dbf040aacdf0f0e9cf5 100644 (file)
@@ -31,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.029429 seconds and 4 git commands to generate.