From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21673 invoked by alias); 22 Mar 2008 17:14:22 -0000 Received: (qmail 21663 invoked by uid 22791); 22 Mar 2008 17:14:21 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Mar 2008 17:14:02 +0000 Received: from HOME-C4E4A596F7 ([84.228.236.188]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JY500KFI5JRK5W0@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Sat, 22 Mar 2008 18:52:39 +0200 (IST) Date: Sat, 22 Mar 2008 17:14:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Fix breakpoint condition that use member variables. In-reply-to: <20080322144931.GA19219@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: vladimir@codesourcery.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: Content-transfer-encoding: 7BIT References: <200803221240.16230.vladimir@codesourcery.com> <200803221536.07586.vladimir@codesourcery.com> <20080322144931.GA19219@caradoc.them.org> 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: 2008-03/txt/msg00335.txt.bz2 > Date: Sat, 22 Mar 2008 10:49:31 -0400 > From: Daniel Jacobowitz > Cc: Vladimir Prus , > gdb-patches@sources.redhat.com > > On Sat, Mar 22, 2008 at 02:55:42PM +0200, Eli Zaretskii wrote: > > That could surprise the user. Is it possible to make an additional > > change to look for possible other interpretations of i_ which are > > currently in scope, and display a warning of some kind if such > > possibilities are found? > > This is how breakpoint conditions have worked as long as I can > remember But we could try make it better, couldn't we?