From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4499 invoked by alias); 17 May 2010 17:24:40 -0000 Received: (qmail 4483 invoked by uid 22791); 17 May 2010 17:24:39 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 May 2010 17:24:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 773022BAB2F for ; Mon, 17 May 2010 13:24:33 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Dbv6tEJcZXW9 for ; Mon, 17 May 2010 13:24:33 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 48CA02BAB12 for ; Mon, 17 May 2010 13:24:33 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 22094F58F9; Mon, 17 May 2010 19:24:29 +0200 (CEST) Date: Mon, 17 May 2010 17:28:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFC/commit] parse breakpoint condition according to breakpoint location Message-ID: <20100517172429.GI2805@adacore.com> References: <1273427894-4461-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273427894-4461-1-git-send-email-brobecker@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-05/txt/msg00358.txt.bz2 > gdb/ > 2010-05-09 Joel Brobecker > > * parse.c (parse_exp_in_context): When block is not NULL, use > its associated language to parse the expression instead of > the current_language. > > gdb/testsuite/ > 2010-05-09 Joel Brobecker > > * gdb.ada/cond_lang: New testcase. This patch is now in. I hope to have time to work on the parse routines soon. -- Joel