From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25793 invoked by alias); 16 Nov 2011 02:28:31 -0000 Received: (qmail 25785 invoked by uid 22791); 16 Nov 2011 02:28:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Nov 2011 02:28:17 +0000 Received: from nat-jpt.mentorg.com ([192.94.33.2] helo=PR1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RQVEV-0002gh-T6 from Yao_Qi@mentor.com ; Tue, 15 Nov 2011 18:28:16 -0800 Received: from [127.0.0.1] ([172.16.63.104]) by PR1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 16 Nov 2011 11:28:14 +0900 Message-ID: <4EC31FBA.9050706@codesourcery.com> Date: Wed, 16 Nov 2011 02:28:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1 MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: RFA: implement ambiguous linespec proposal References: <20111028221459.GA28467@host1.jankratochvil.net> <20111104074543.GA13839@host1.jankratochvil.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00410.txt.bz2 On 11/15/2011 05:10 AM, Tom Tromey wrote: > Here is the final revision. > > I plan to commit this sometime this week, barring objections or > comments; after the doc patch (forthcoming) is approved. Tom, I tried to apply this patch to FSF trunk, but there are some conflicts in breakpoint.c, valprint.c and symtab.c. Conflicts in the first two files are trivial to me, but conflict in symtab.c isn't. I noticed Jan and Pierre must have applied this patch, but I wonder how that happen. -- Yao (齐尧)