spu: Use ptid from regcache instead of inferior_ptid
[deliverable/binutils-gdb.git] / gdb / xml-tdesc.h
index be3be7f998562671abd63601ea3fac91da43b6f2..1637a899c24d160a93d0ed4200e6c5397fee8e33 100644 (file)
@@ -1,6 +1,6 @@
 /* XML target description support for GDB.
 
-   Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2017 Free Software Foundation, Inc.
 
    Contributed by CodeSourcery.
 
@@ -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.024325 seconds and 4 git commands to generate.