diff options
Diffstat (limited to 'gdb/xml-tdesc.h')
-rw-r--r-- | gdb/xml-tdesc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/xml-tdesc.h b/gdb/xml-tdesc.h index a0c38d7..70a1ebb 100644 --- a/gdb/xml-tdesc.h +++ b/gdb/xml-tdesc.h @@ -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); |