This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA(7.8)+NEWS] Remove "set/show remotebaud" (deprecated) commands.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 19 May 2014 22:09:03 +0300
- Subject: Re: [RFA(7.8)+NEWS] Remove "set/show remotebaud" (deprecated) commands.
- Authentication-results: sourceware.org; auth=none
- References: <1400525808-20354-1-git-send-email-brobecker at adacore dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Joel Brobecker <brobecker@adacore.com>
> Date: Mon, 19 May 2014 11:56:48 -0700
>
> This patch removes support for the "set/show remotebaud" command,
> which were deprecated in GDB 7.7, and should be now be removed
> ahead of cutting the GDB 7.8 branch. This should take care of
> the one item that's on my list pre- branching 7.8.
>
> gdb/ChangeLog:
>
> * serial.c (_initialize_serial): Remove support for
> the "set remotebaud" and "show remotebaud" commands.
> * NEWS: Add entry documenting the removal of that command.
>
> gdb/testsuite/ChangeLog:
>
> * config/monitor.exp (gdb_target_monitor): Replace use of
> "set remotebaud" by "set serial baud".
>
> Tested on x86_64-linux. The testsuite change was tested by hand
> by copy/pasting the command and making sure that it works...
>
> OK to commit?
OK for the documentation part.
Thanks.