> gdb/doc/ChangeLog: > > * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node. > (Ada Exceptions): New node. > (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions > Commands" node. > (GDB/MI Ada Exceptions Commands): New node. > (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions" > field in the output of the "-list-features" command. > * NEWS: Add entry for the new "info exceptions" CLI command, > and for the new "-info-ada-exceptions" GDB/MI command. I noticed the following little oversight while merging that patch into AdaCore's repository: > @@ -34877,7 +34968,9 @@ Indicates support for the @code{-data-read-memory-bytes} and the > Indicates that changes to breakpoints and breakpoints created via the > CLI will be announced via async records. > @item ada-task-info > -Indicates support for the @code{-ada-task-info} command. > +indicates support for the @code{-ada-task-info} command. > +@item info-ada-exceptions > +indicates support for the @code{-info-ada-exceptions} command. > @end table I accidentally changed the first "Indicates", removing the initial capital letter, and then duplicated that error in the new entry. I think that's a mistake I do fairly commonly, because 'y' (yank) is next to 'u' (lowercase). So when I have a region selected, and want to copy it, my fat fingers also sometimes lower-case it. Most of the time, I catch it, but unfortunately not this time. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first word of a couple of sentences to start with a capital letter. Checked in as abvious. And sorry about this little oversight. -- Joel