From 812ec9819d63ef8b443451d9ff301747e837b325 Mon Sep 17 00:00:00 2001 From: Glen Mccready Date: Thu, 20 Apr 2000 23:51:01 +0000 Subject: Fri Mar 24 12:10:38 2000 glen mccready * command.c, command.h (help_all): Add functionality to display a complete listing of available commands. --- gdb/command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/command.h') diff --git a/gdb/command.h b/gdb/command.h index 20e4fd50ed6..51215888f09 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 **)); -- cgit v1.2.1