gdb/doc: Add documentation for tfile description section lines.
[deliverable/binutils-gdb.git] / gdb / osdata.h
index a48dca27bc7927d18bcb29aca3340c7c8de2c568..8239cf926ce125f853e7c957624bcbc626dd812b 100644 (file)
@@ -1,6 +1,6 @@
 /* Routines for handling XML generic OS data provided by target.
 
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -46,7 +46,9 @@ DEF_VEC_P(osdata_p);
 
 struct osdata *osdata_parse (const char *xml);
 void osdata_free (struct osdata *);
+struct cleanup *make_cleanup_osdata_free (struct osdata *data);
 struct osdata *get_osdata (const char *type);
 const char *get_osdata_column (struct osdata_item *item, const char *name);
+void info_osdata_command (char *type, int from_tty);
 
 #endif /* OSDATA_H */
This page took 0.028106 seconds and 4 git commands to generate.