From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10975 invoked by alias); 15 Nov 2011 16:59:49 -0000 Received: (qmail 10966 invoked by uid 22791); 15 Nov 2011 16:59:47 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_50,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Nov 2011 16:59:15 +0000 Received: from md1.u-strasbg.fr (md1.u-strasbg.fr [IPv6:2001:660:2402::186]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id pAFGwv8C099471 ; Tue, 15 Nov 2011 17:58:58 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms8.u-strasbg.fr [130.79.204.17]) by md1.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id pAFGwvMY061799 ; Tue, 15 Nov 2011 17:58:57 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id pAFGwukY072455 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Tue, 15 Nov 2011 17:58:56 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Tom Tromey'" , "'Jan Kratochvil'" Cc: References: <20111028221459.GA28467@host1.jankratochvil.net> <20111104074543.GA13839@host1.jankratochvil.net> In-Reply-To: Subject: RE: RFA: implement ambiguous linespec proposal Date: Tue, 15 Nov 2011 16:59:00 -0000 Message-ID: <000f01cca3b7$dd0b26e0$972174a0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00388.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Tom Tromey > Envoy=E9=A0: mardi 15 novembre 2011 17:30 > =C0=A0: Jan Kratochvil > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: RFA: implement ambiguous linespec proposal >=20 > >>>>> "Tom" =3D=3D Tom Tromey writes: >=20 > Tom> I plan to commit this sometime this week, barring objections or > Tom> comments; after the doc patch (forthcoming) is approved. >=20 > I'm having second thoughts about this. Today it seems slightly crazy to > check in such a huge patch just before a release. Any other thoughts on > this? Even though I understand your hesitations, I want to say that, for pascal language support, your patch is a huge step forward:=20 With it I can finally set a breakpoint to both version of ASSIGN system unit procedure simply by using (gdb) break ASSIGN I do get two locations, in two different include files, which is really great! Without your patch, I only get whatever GDB finds first... Thus, I vote for commit ASAP. Pierre Muller Pascal language maintainer