From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5868 invoked by alias); 9 Mar 2012 04:39:48 -0000 Received: (qmail 5767 invoked by uid 22791); 9 Mar 2012 04:39:46 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Mar 2012 04:39:24 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q294dNpA011989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Mar 2012 23:39:23 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q294dLuH024002 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 8 Mar 2012 23:39:22 -0500 Message-ID: <4F598979.3080100@redhat.com> Date: Fri, 09 Mar 2012 04:39:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org ml" Subject: Re: [RFA] gdb_get_line_number on unknown tags References: <4F592C48.7000500@redhat.com> <8762een3u2.fsf@fleche.redhat.com> <20120308222412.GU2853@adacore.com> <4F593D51.6020105@redhat.com> <20120308233030.GW2853@adacore.com> <871up2mqlh.fsf@fleche.redhat.com> In-Reply-To: <871up2mqlh.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-03/txt/msg00321.txt.bz2 On 03/08/2012 06:54 PM, Tom Tromey wrote: >>>>>> "Joel" == Joel Brobecker writes: > > Joel> Nice! This looks good to me. But perhaps Tom, who know TCL way better > Joel> than I do (and most likely you do too), might want to comment too? > > It looks good to me. > Please check it in. Committed. Thank you both! Keith