diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-10-31 11:45:41 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-10-31 11:45:41 +0000 |
commit | 6e381ba0b0f2a123999a7b74458404a0db210530 (patch) | |
tree | d4d933a9cc35fd0187ab2876f858d196ebb471c9 /gdb/ChangeLog | |
parent | b138abaa407d017e8e6b7d776577af1fd204ae0e (diff) | |
download | gdb-6e381ba0b0f2a123999a7b74458404a0db210530.zip gdb-6e381ba0b0f2a123999a7b74458404a0db210530.tar.gz gdb-6e381ba0b0f2a123999a7b74458404a0db210530.tar.bz2 |
Improve "help all".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f61641b..d8eda51 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2006-10-31 Vladimir Prus <vladimir@codesourcery.com> + + * commands.h (enum command_class): Use different + values for class_deprecated and class_run. + * cli/cli-decode.c: (print_help_for_command): New. + (apropos_cmd): Use the above. + (help_list): Mention 'help all' + and 'apropos' when printing top-level help. + (help_all): Print the class name before printing + commands in that class. Don't print prefix commands + here, instead pass recurse flag to help_cmd_list. + Print list of unclassified commands at the end. + (help_cmd_list): When recursing, use all_commands class. + Recurse only if the class of the command matches. + 2006-10-27 Andreas Schwab <schwab@suse.de> * gdbcmd.h (detachlist): Declare. |