Don't show deprecated commands in help
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 28 Apr 2016 18:11:38 +0000 (14:11 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 28 Apr 2016 18:11:51 +0000 (14:11 -0400)
commit0400cf2f56c41896ecf52b88baa1d6178eb10432
treed882e7314792013f85899169af9775ed54c31860
parent9080ac9d99e5326286a7df806955a326fcd655b2
Don't show deprecated commands in help

Just like completion doesn't show deprecated commands, I think that help
should not list them, so that we don't incite users to use them.

gdb/ChangeLog:

* cli/cli-decode.c (help_cmd_list): Do not list commands that
are deprecated.
gdb/ChangeLog
gdb/cli/cli-decode.c