From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24323 invoked by alias); 9 Apr 2008 20:52:50 -0000 Received: (qmail 24310 invoked by uid 22791); 9 Apr 2008 20:52:50 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout4.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Apr 2008 20:52:24 +0000 Received: from HOME-C4E4A596F7 ([80.230.253.114]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JZ200K45T9T3VG0@i_mtaout4.012.net.il> for gdb-patches@sources.redhat.com; Thu, 10 Apr 2008 00:05:54 +0300 (IDT) Date: Wed, 09 Apr 2008 21:25:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Document fixed/floating variable objects and thread-id. In-reply-to: <200804092147.37085.ghost@cs.msu.su> X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200804041320.00361.vladimir@codesourcery.com> <200804091910.56855.ghost@cs.msu.su> <200804092147.37085.ghost@cs.msu.su> 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-04/txt/msg00176.txt.bz2 > From: Vladimir Prus > Date: Wed, 9 Apr 2008 21:47:35 +0400 > Cc: gdb-patches@sources.redhat.com > > > Then how about ``the values of variables whose names appear in the > > expressions are re-evaluated every time''? > > I'm afraid that this statement is true for fixed variable objects too, > and it still makes it sound like we pick variables, and then reevaluate it. > Instead, we reparse entire expression which can find completely different > variables. Well, I'm afraid I don't understand what you mean. Please show me an example where reparsing an expression would yield something different each time.