From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21048 invoked by alias); 4 Apr 2008 13:08:46 -0000 Received: (qmail 21039 invoked by uid 22791); 4 Apr 2008 13:08:45 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Apr 2008 13:08:28 +0000 Received: (qmail 15179 invoked from network); 4 Apr 2008 13:08:11 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Apr 2008 13:08:11 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Document fixed/floating variable objects and thread-id. Date: Fri, 04 Apr 2008 13:44:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Vladimir Prus References: <200804041320.00361.vladimir@codesourcery.com> In-Reply-To: <200804041320.00361.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804041408.09680.pedro@codesourcery.com> 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/msg00097.txt.bz2 A Friday 04 April 2008 10:20:00, Vladimir Prus wrote: > +Variable objects can be either ``fixed'' or ``floating''. For the > +fixed variable object, the expression is parsed when the variable > +object is created, including associating indentifiers to specific identifiers. -- Pedro Alves