* cli/cli-decode.c (set_cmd_completer): New function.
[deliverable/binutils-gdb.git] / gdb / cli / cli-setshow.h
index e9337dc9fcabc6d9a854c0b6ff9501b5709fb5b2..393612a81772c40cb8ac309666f02eeb96449dee 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB CLI set and show commands implementation.
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 /* Exported to cli/cli-cmds.c and gdb/top.c */
 
+/* Do a "set" or "show" command.  ARG is NULL if no argument, or the text
+   of the argument, and FROM_TTY is nonzero if this command is being entered
+   directly by the user (i.e. these are just like any other
+   command).  C is the command list element for the command.  */
 extern void do_setshow_command (char *arg, int from_tty,
                                struct cmd_list_element *c);
 
This page took 0.023621 seconds and 4 git commands to generate.