From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3346 invoked by alias); 8 Oct 2013 15:24:36 -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 3333 invoked by uid 89); 8 Oct 2013 15:24:36 -0000 Authentication-Results: sourceware.org; auth=none 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; Tue, 08 Oct 2013 15:24:34 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MUC00J00W2KHK00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 08 Oct 2013 18:24:31 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUC00JTSW4V5H60@a-mtaout22.012.net.il>; Tue, 08 Oct 2013 18:24:31 +0300 (IDT) Date: Tue, 08 Oct 2013 15:24:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/code+NEWS] new "set/show serial baud" command (was: "Re: Setting parity for remote serial") In-reply-to: <20131008141639.GF3092@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, yurij.grechishhev@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k3hn4wgi.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> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00227.txt.bz2 > Date: Tue, 8 Oct 2013 18:16:39 +0400 > From: Joel Brobecker > Cc: Yurij Grechishhev , gdb-patches@sourceware.org > > Attached is a patch that implements that. > > gdb/ChangeLog: > > * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as > serial_baud_show_cmd. > (_initialize_cli_cmds): Delete the code creating the > "set/show remotebaud" commands. > * serial.c (baud_rate): Move here from top.c. > (serial_baud_show_cmd): Move here from cli/cli-cmds.c. > (_initialize_serial): Create "set/show serial baud" commands. > Add "set/show remotebaud" command aliases. > * top.c (baud_rate): Moved to serial.c. > * NEWS: Document the new "set/show serial baud" commands, > replacing "set/show remotebaud". > > Tested on x86_64-linux, with no regression (I almost expected one, > as we used to test thhe output "help set", or soemthing like that). > > OK to commit? OK for the documentation parts. Thanks.