aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
authorGlen McCready <gkm@pobox.com>2000-04-20 23:51:01 +0000
committerGlen McCready <gkm@pobox.com>2000-04-20 23:51:01 +0000
commit49a5a3a3e37d495246ffe43f53a41b80e7892ec3 (patch)
tree7d5dc72abbf4955bd2388ec72aa0e088735a05ce /gdb/command.h
parentaa15f6f7b026e6966aab775a87b417c9903bfeb3 (diff)
downloadfsf-binutils-gdb-49a5a3a3e37d495246ffe43f53a41b80e7892ec3.zip
fsf-binutils-gdb-49a5a3a3e37d495246ffe43f53a41b80e7892ec3.tar.gz
fsf-binutils-gdb-49a5a3a3e37d495246ffe43f53a41b80e7892ec3.tar.bz2
Fri Mar 24 12:10:38 2000 glen mccready <gkm@pobox.com>
* command.c, command.h (help_all): Add functionality to display a complete listing of available commands.
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 20e4fd5..5121588 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -284,6 +284,8 @@ extern void help_list (struct cmd_list_element *, char *,
extern void help_cmd_list (struct cmd_list_element *, enum command_class,
char *, int, struct ui_file *);
+extern void help_all (struct ui_file *);
+
extern struct cmd_list_element *
add_set_cmd PARAMS ((char *, enum command_class, var_types, char *, char *,
struct cmd_list_element **));