X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fosdata.h;h=5921384527d6c5aff8cf1f077bc01d54faea6cb3;hb=46a4882b3c7d9ec981568b8b13a3c9c39c8f8e61;hp=4cfb3f866fc7ef1641774ae508ef2900e215b5f8;hpb=f3e0e9604d2bbdbcd4ed17fa35b6ebc3c9360afb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/osdata.h b/gdb/osdata.h index 4cfb3f866f..5921384527 100644 --- a/gdb/osdata.h +++ b/gdb/osdata.h @@ -1,6 +1,6 @@ /* Routines for handling XML generic OS data provided by target. - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GDB. @@ -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 */