gdb: add "maint set/show selftest verbose" commands and use process_options
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 22 Sep 2021 14:38:16 +0000 (10:38 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 28 Oct 2021 14:48:16 +0000 (10:48 -0400)
commita1ff87d77ca7fa851170702fd972ae3d31f2e378
tree796e94e5e02072e993e0e6569e302b76d31d4116
parent2e466f72c43a515f4dac5c65cca5cdf3f24dad21
gdb: add "maint set/show selftest verbose" commands and use process_options

I saw the new -verbose switch to "maint selftests" and thought it would
be nice for it to use the option framework.  For example, that makes
having completion easy.  It's not that high value, given this is a
maintenance command, but I had never used the framework myself, so it
was a good way to practice.

This patch also adds the "maint set/show selftest verbose" setting.  It
would be possible to use option framework without adding the setting,
but using the framework makes adding the option almost trivial, so I
thought why not.

Change-Id: I6687faa0713ff3da60b398253211777100094144
gdb/doc/gdb.texinfo
gdb/maint.c