Split rank_one_type_parm_complex from rank_one_type
[deliverable/binutils-gdb.git] / gdb / xml-tdesc.h
index 8f0679707ad0f1e04d803f955f7fb98b4cc0c8c8..2137ee8a411fc12752d8d29a6c94c6f77e2811e1 100644 (file)
@@ -1,6 +1,6 @@
 /* XML target description support for GDB.
 
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery.
 
@@ -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.024436 seconds and 4 git commands to generate.