From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1346 invoked by alias); 26 Sep 2013 17:00: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 1330 invoked by uid 89); 26 Sep 2013 17:00:08 -0000 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 26 Sep 2013 17:00:08 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0622F11617C; Thu, 26 Sep 2013 12:59:59 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dSbXvsQ2W7mA; Thu, 26 Sep 2013 12:59:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C6D0D11615A; Thu, 26 Sep 2013 12:59:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AFE92E137F; Thu, 26 Sep 2013 09:59:39 -0700 (PDT) Date: Thu, 26 Sep 2013 17:00:00 -0000 From: Joel Brobecker To: Yurij Grechishhev Cc: gdb-patches@sourceware.org Subject: Re: Setting parity for remote serial Message-ID: <20130926165939.GA5440@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-09/txt/msg00926.txt.bz2 > Updated patch for serial parity support: > > diff -up ../../../gdb_old/gdb-7.6/gdb/doc/ChangeLog gdb/doc/ChangeLog > --- ../../../gdb_old/gdb-7.6/gdb/doc/ChangeLog 2013-07-10 > 21:55:24.921750052 +0400 > +++ gdb/doc/ChangeLog 2013-07-16 18:46:31.425614819 +0400 > @@ -1,3 +1,6 @@ > +2013-07-16 Yurij Grechishhev > + * gdb.texinfo (Remote configuration): Document "set/show > + remoteparity". > 2013-04-12 Jan Kratochvil > Eli Zaretskii Any update on this patch? We just came across a platform where such a feature would be useful? Looking at the patch itself, I can see some trivial issues with coding style. But before going into re-basing it for the current head, and working on cleaning it up, I don't see you on file at the FSF regarding copyright assignment. What's the status on this? Thank you, -- Joel