From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27579 invoked by alias); 10 Oct 2013 16:06:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 27567 invoked by uid 89); 10 Oct 2013 16:06:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Oct 2013 16:06:21 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MUG00M00NBVO100@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 10 Oct 2013 19:06:15 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUG00MPCNEFE880@a-mtaout22.012.net.il>; Thu, 10 Oct 2013 19:06:15 +0300 (IDT) Date: Thu, 10 Oct 2013 16:06:00 -0000 From: Eli Zaretskii Subject: Re: [RFA v2/code+DOCO+NEWS] new "set/show serial baud" command In-reply-to: <20131010055928.GN3092@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vc15p0uv.fsf@gnu.org> References: <87bo6affrh.fsf@fleche.redhat.com> <524ECCBB.5050307@gmail.com> <20131008035636.GC3092@adacore.com> <5253F497.6040709@redhat.com> <20131008141639.GF3092@adacore.com> <87siwbhk47.fsf@fleche.redhat.com> <20131009112334.GJ3092@adacore.com> <83li22qtrb.fsf@gnu.org> <20131010055928.GN3092@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00347.txt.bz2 > Date: Thu, 10 Oct 2013 09:59:28 +0400 > From: Joel Brobecker > Cc: palves@redhat.com, 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. > > That was intentional, because it's a global search and replace. > It's allowed by the GCS, but if you still prefer I repeat the node > names, let me know, and I will dig them out. Yes, I do prefer naming the nodes. This makes it easier to search for changes that modified a given node. > > > 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! For @w, now that I know what it means :-), I agree it does > seem useless. But it was there before, so in the spirit of not > mixing independent changes in the same patch, here is a second one > that removes it. Great, thanks.