-Wwrite-strings: MI -info-os
[deliverable/binutils-gdb.git] / gdb / osdata.h
index bda0112cd889739cc4f083a3934c124e6cc9f88a..5921384527d6c5aff8cf1f077bc01d54faea6cb3 100644 (file)
@@ -49,6 +49,10 @@ 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);
+
+/* Dump TYPE info to the current uiout builder.  If TYPE is either
+   NULL or empty, then dump the top level table that lists the
+   available types of OS data.  */
+void info_osdata (const char *type);
 
 #endif /* OSDATA_H */
This page took 0.024485 seconds and 4 git commands to generate.