This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA v2/code+DOCO+NEWS] new "set/show serial baud" command


> Date: Wed, 9 Oct 2013 15:23:34 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> 
> gdb/doc/ChangeLog:
> 
>         * gdb.texinfo: Replace "set remotebaud" and "show remotebaud"
>         by "set serial baud" and "show serial baud" (resp) throughout.

You didn't mention the node name in the log entry.

> diff --git a/gdb/NEWS b/gdb/NEWS
> index 8114fb1..4e627b0 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -200,6 +200,11 @@ qXfer:libraries-svr4:read's annex
>  
>  * GDB can now use Windows x64 unwinding data.
>  
> +* The "set remotebaud" command has been replaced by "set serial baud".
> +  Similarly, "show remotebaud" has been replaced by "show serial baud".
> +  The "set remotebaud" and "show remotebaud" commands are still available
> +  to provide backward compatibility with older versions of GDB.
> +

This is OK.

>  If you're using a serial line, you may want to give @value{GDBN} the
> -@w{@samp{--baud}} option, or use the @code{set remotebaud} command
> -(@pxref{Remote Configuration, set remotebaud}) before the
> +@w{@samp{--baud}} option, or use the @code{set serial baud} command

Is @w really needed here?  You have only one word there anyway.

Otherwise, OK for the documentation parts.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]