Replace "info-ada-exceptions" by "ada-exceptions" in -list-features
authorJoel Brobecker <brobecker@adacore.com>
Tue, 12 Nov 2013 09:43:44 +0000 (13:43 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 13 Nov 2013 02:54:05 +0000 (06:54 +0400)
commit93973826c486a6b7b03eddb201e3ce994dd0fb5b
tree528ca49384cdff72465380a7851042ee4047b580
parent846060dfd8ec2bf0e78b4049a89b51438bfe0072
Replace "info-ada-exceptions" by "ada-exceptions" in -list-features

Rather than having -list-features report support for the GDB/MI
commands providing access to Ada exception catchpoints with one entry,
and the GDB/MI command providing the list of Ada exceptions with
a second entry, this patch merges it all within one single entry.
This is OK, because all these commands were added within a short
amount of time, and within the same release cycle; and it reduces
a bit the size of the output.

gdb/ChangeLog:

        * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
        entry with "ada-exceptions".

gdb/doc/ChangeLog:

        * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
        the documentation of "info-ada-exceptions" in the output
        of the "-list-features" command.  Add the documentation
        of the "ada-exception" entry instead.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/mi-main.c
This page took 0.024304 seconds and 4 git commands to generate.