From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16268 invoked by alias); 10 Sep 2002 00:43:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16261 invoked from network); 10 Sep 2002 00:43:26 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 10 Sep 2002 00:43:26 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id EEB6D106CC; Mon, 9 Sep 2002 20:41:35 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15741.16319.178271.781758@localhost.redhat.com> Date: Mon, 09 Sep 2002 17:43:00 -0000 To: Jelmer Vernooij Cc: gdb-patches@sources.redhat.com, jimb@redhat.com Subject: Re: GDB/MI patches In-Reply-To: <20020909212557.GA21117@vernstok.dyndns.org> References: <20020909212557.GA21117@vernstok.dyndns.org> X-SW-Source: 2002-09/txt/msg00136.txt.bz2 Jelmer Vernooij writes: > Hi all! > > As nobody replied to my previous email about the current work on > gdb/mi, I'm going to try to implement some of the symbol functions. > Yes, people are still working on MI. There have been several patches recently. The patches weren't so much MI specific, but more infrastructure related. > Anything I should remember or take notice of before I start coding > except for the GNU coding style? > Yes, you need a documentation patch and a testcase for each new feature you add to MI. > Btw, what's the thing with giving copyright to the FSF? > You need to fill out a copyright assignment to give the copyright to the FSF. If you are willing to do so, Jim Blandy can send you a copy of the form. Unfortunately we are not in a position to accept patches w/o the copyright assignment in place. (There may be exceptions to the rule for very small and/or mechanical changes). Elena > Jelmer