From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7634 invoked by alias); 7 Oct 2013 18:33:08 -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 7612 invoked by uid 89); 7 Oct 2013 18:33:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f181.google.com Received: from mail-vc0-f181.google.com (HELO mail-vc0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 07 Oct 2013 18:33:07 +0000 Received: by mail-vc0-f181.google.com with SMTP id hz10so3009812vcb.26 for ; Mon, 07 Oct 2013 11:33:05 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.117.71 with SMTP id kc7mr6999400veb.16.1381170784950; Mon, 07 Oct 2013 11:33:04 -0700 (PDT) Received: by 10.52.188.106 with HTTP; Mon, 7 Oct 2013 11:33:04 -0700 (PDT) In-Reply-To: <524ECCBB.5050307@gmail.com> References: <87bo6affrh.fsf@fleche.redhat.com> <524ECCBB.5050307@gmail.com> Date: Mon, 07 Oct 2013 18:33:00 -0000 Message-ID: Subject: Re: Setting parity for remote serial From: Yurij Grechishhev To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2013-10/txt/msg00194.txt.bz2 > IOW, IMO, if we add "set serial parity", > we should also alias "set remotebaud" to "set serial baud", and whatever > other commands would make sense (which should be really simple to do). That would be great. But it's more comprehensive patch that I have done. Can we add all "set remotefoo" commands and then alias them to "set serial foo" at once? Related discussion: https://sourceware.org/ml/gdb-patches/2001-09/msg00358.html