GDB: Remove extraneous full stops from `set' command error messages
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 29 Jun 2022 14:27:41 +0000 (15:27 +0100)
commit575fd4cffd05be7bd56112afa8688201d70d3043
tree6ebcf489cdcdc97800f5afb5fedba46069f87ae5
parent6c0fe6d8f963eee3da16bf4895b1c592596240ff
GDB: Remove extraneous full stops from `set' command error messages

With errors given for bad commands such as `set annotate' or `set width'
we produce an extraneous full stop within parentheses:

(gdb) set annotate
Argument required (integer to set it to.).
(gdb) set width
Argument required (integer to set it to, or "unlimited".).
(gdb)

This is grammatically incorrect, so remove the full stop and adjust the
testsuite accordingly.
gdb/cli/cli-setshow.c
gdb/testsuite/gdb.base/with.exp