From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 572 invoked by alias); 20 Oct 2013 13:27:41 -0000 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 Received: (qmail 561 invoked by uid 89); 20 Oct 2013 13:27:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Oct 2013 13:27:39 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9KDRY5d019855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 20 Oct 2013 09:27:35 -0400 Received: from host2.jankratochvil.net (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9KDRV5p017763 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 20 Oct 2013 09:27:33 -0400 Date: Sun, 20 Oct 2013 13:27:00 -0000 From: Jan Kratochvil To: Pierre Muller Cc: "'Keith Seitz'" , gdb-patches@sourceware.org, "'Sergio Durigan Junior'" Subject: Re: Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc] Message-ID: <20131020132731.GA28022@host2.jankratochvil.net> References: <5249C987.50809@redhat.com> <87d2no4uim.fsf@fleche.redhat.com> <524BA344.2070802@redhat.com> <20131016095743.GA17072@host2.jankratochvil.net> <52602A08.4020705@redhat.com> <20131018193445.GA12496@host2.jankratochvil.net> <008901cecd96$adc96ad0$095c4070$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <008901cecd96$adc96ad0$095c4070$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00607.txt.bz2 On Sun, 20 Oct 2013 15:17:04 +0200, Pierre Muller wrote: > The completion doesn't seem to work at all anymore for pascal language, Current FSF GDB HEAD is broken, it should be somehow fixed by Keith's fix up: https://sourceware.org/ml/gdb-patches/2013-10/msg00530.html >From your patch it seems to me you were trying to fix FSF GDB HEAD reimplementing the patch above. Just to make clear we talk about the same GDB codebase. Thanks, Jan