From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6275 invoked by alias); 8 Jun 2012 22:19:12 -0000 Received: (qmail 6267 invoked by uid 22791); 8 Jun 2012 22:19:11 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jun 2012 22:18:58 +0000 Received: by yenm7 with SMTP id m7so1922610yen.0 for ; Fri, 08 Jun 2012 15:18:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.136.12 with SMTP id o12mr2908655ann.53.1339193937925; Fri, 08 Jun 2012 15:18:57 -0700 (PDT) Received: by 10.236.138.132 with HTTP; Fri, 8 Jun 2012 15:18:57 -0700 (PDT) In-Reply-To: <87ehppczag.fsf@fleche.redhat.com> References: <20120608193958.GA10296@host2.jankratochvil.net> <87ehppczag.fsf@fleche.redhat.com> Date: Fri, 08 Jun 2012 22:19:00 -0000 Message-ID: Subject: Re: [patch] Fix "ambiguous linespec" regression: break lineno From: Matt Rice To: Tom Tromey Cc: Jan Kratochvil , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2012-06/txt/msg00248.txt.bz2 On Fri, Jun 8, 2012 at 1:40 PM, Tom Tromey wrote: > I realize you're just reverting a bit of code - but is that ObjC hack > really needed? =A0I'd like us to get away from this kind of thing. I have failed to find any justification for it now, or when it was removed from your linespec branch, it's possibly related to the old ambiguous method name support, which seems to work fine without it now.