From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13328 invoked by alias); 7 Mar 2012 21:11:57 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 13317 invoked by uid 22791); 7 Mar 2012 21:11:57 -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 Message-ID: <4F57CEF1.50001@redhat.com> Date: Wed, 07 Mar 2012 21:11: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: Joel Brobecker CC: archer@sourceware.org Subject: Re: [Archer] Stop the Insanity! Linespec Rewrite References: <4F514E30.7070400@redhat.com> <20120306173945.GP2867@adacore.com> <4F564C6F.60001@redhat.com> <4F56671E.4000905@redhat.com> <20120306215019.GQ2867@adacore.com> <20120307001119.GU2867@adacore.com> <4F56B4D5.4070700@redhat.com> <20120307012603.GX2867@adacore.com> <871up4scgs.fsf@fleche.redhat.com> <87fwdkqwut.fsf@fleche.redhat.com> <20120307153909.GY2867@adacore.com> In-Reply-To: <20120307153909.GY2867@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2012-q1/txt/msg00031.txt.bz2 On 03/07/2012 07:39 AM, Joel Brobecker wrote: > > It might be something to do with the Ada expression parser? Actually it was a failure on the new parser to properly deal with parse_to_comma_and_eval (used in linespec_expression_to_pc), which retokenizes the input based on whitespace. Thus, the parser thought the token was "break_me'address TASK 3" and forwarded the input stream past this whole thing. I've pushed several patches (mostly cleanups), including one which should fix this problem. Could you verify that I didn't break anything else? Keith