From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14372 invoked by alias); 8 Jan 2004 20:09:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14364 invoked from network); 8 Jan 2004 20:09:25 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 8 Jan 2004 20:09:25 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 0CF4DC6C9; Thu, 8 Jan 2004 12:09:25 -0800 (PST) To: Elena Zannoni Cc: Andrew Cagney , gdb@sources.redhat.com, Jim Blandy Subject: Re: GDB 6.1 branch end jan? References: <3FFC98E8.8010001@gnu.org> <16381.46924.812129.531294@localhost.redhat.com> From: David Carlton Date: Thu, 08 Jan 2004 20:09:00 -0000 In-Reply-To: <16381.46924.812129.531294@localhost.redhat.com> (Elena Zannoni's message of "Thu, 8 Jan 2004 15:02:20 -0500") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg00096.txt.bz2 On Thu, 8 Jan 2004 15:02:20 -0500, Elena Zannoni said: > I did start reviewing that patch at the time, but got distracted for > a few weeks and totally forgot about it. I am looking at it right > now. Thanks! > How many more patches after that are left? Good question. If I'm remembering correctly, the three main loose ends involved function overloading, lookup_transparent_type, and linespec. I think Daniel can approve function overloading by himself, because we moved the relevant code out of symtab.c and into cp-support.c. The lookup_transparent_type change is perhaps the most important, but I'll try to generate the patch in such a way that the C++-specific stuff goes in cp-support.c, so you won't have much work to do there. The linespec.c patch will require your approval, however, since you're the only linespec maintainer. I think I should be able to generate the patches in question reasonably quickly; work is keeping me busy, but we don't have any immediate deadlines coming up or anything, so I should be able to steal a few hours to work on GDB. David Carlton carlton@kealia.com