Create xml from target descriptions
[deliverable/binutils-gdb.git] / gdb / xml-tdesc.h
index 8f0679707ad0f1e04d803f955f7fb98b4cc0c8c8..1e3caba745ead8922b3a0271cb9f932214e42564 100644 (file)
@@ -44,5 +44,10 @@ const struct target_desc *target_read_description_xml (struct target_ops *);
    otherwise.  */
 gdb::optional<std::string> target_fetch_description_xml (target_ops *ops);
 
+/* Take an xml string, parse it, and return the parsed description.  Does not
+   handle a string containing includes.  */
+
+const struct target_desc *string_read_description_xml (const char *xml);
+
 #endif /* XML_TDESC_H */
 
This page took 0.027185 seconds and 4 git commands to generate.