diff options
author | Tom Tromey <tromey@adacore.com> | 2019-03-20 14:52:24 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-03-29 14:05:30 -0600 |
commit | 188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65 (patch) | |
tree | 7fbdb85711e8d4adcf4f41829a3e7b95f0bdcd5e /gdb/testsuite/gdb.base | |
parent | 2880242dd0b8538b68aece7d9e8b1678dcdfd0ab (diff) | |
download | gdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.zip gdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.tar.gz gdb-188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65.tar.bz2 |
Add usage for commands in printcmd.c
I noticed that the help for "info addr" did not include a "usage"
line; and when adding it I went through and fixed a few minor issues
in printcmd.c:
* Added usage lines to all commands
* Updated the help text for some commands
* Changed some help to use upper case metasyntactic variables
* Removed some dead code
Regression tested on x86-64 Fedora 29.
gdb/ChangeLog
2019-03-29 Tom Tromey <tromey@adacore.com>
* printcmd.c (_initialize_printcmd): Add usage lines. Update some
help text. Remove dead code.
gdb/testsuite/ChangeLog
2019-03-29 Tom Tromey <tromey@adacore.com>
* gdb.base/help.exp: Tighten apropos regexp.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 8339c47..511e7d6 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -120,7 +120,7 @@ gdb_test "help info bogus-gdb-command" "Undefined info command: \"bogus-gdb-comm gdb_test "help gotcha" "Undefined command: \"gotcha\"\. Try \"help\"\." "help gotcha" # test apropos regex -gdb_test "apropos \\\(print\[\^ bsiedf\\\".-\]\\\)" "handle -- Specify how to handle signals" +gdb_test "apropos \\\(print\[\^\[ bsiedf\\\".-\]\\\)" "handle -- Specify how to handle signals" # test apropos >1 word string gdb_test "apropos handle signal" "handle -- Specify how to handle signals" # test apropos apropos |