Use command style in "help" command
authorTom Tromey <tom@tromey.com>
Sat, 11 Jan 2025 21:11:01 +0000 (14:11 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 29 Jan 2025 17:21:49 +0000 (10:21 -0700)
commit652e09d5c6da96dd987509a44eeb3d02d57fc2f5
tree94c637c47247ca54448bad361ffe18b2f997fba9
parentaf16bf565f83e1fd71d6acfed05d670993528a0d
Use command style in "help" command

This changes the help command to use the new command style when
displaying text like:

    List of "catch" subcommands:

As a side effect, this mildly -- but not hugely -- cleans up some i18n
issues in help_list.  The header comment for that function is also
changed to the gdb style.

Finally, this function used to print something like:

    Type "help catch" followed by catch subcommand name for full documentation.

The second "catch" here seems redundant to me, so this patch removes
it.
gdb/cli/cli-cmds.c
gdb/cli/cli-decode.c
gdb/cli/cli-decode.h
gdb/testsuite/gdb.base/completion.exp
gdb/testsuite/gdb.base/default.exp
gdb/testsuite/gdb.btrace/cpu.exp
gdb/testsuite/gdb.cp/maint.exp
gdb/testsuite/lib/gdb.exp
gdb/top.c
This page took 0.04786 seconds and 5 git commands to generate.