From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30687 invoked by alias); 23 Mar 2009 04:24:12 -0000 Received: (qmail 30678 invoked by uid 22791); 23 Mar 2009 04:24:11 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_05,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 04:24:03 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KGX00G00YPPVL00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 23 Mar 2009 06:24:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KGX00LO0YVZB1R1@i_mtaout2.012.net.il>; Mon, 23 Mar 2009 06:24:00 +0200 (IST) Date: Mon, 23 Mar 2009 04:24:00 -0000 From: Eli Zaretskii Subject: Re: [RFC][Python] Re: any expression to tell whether a variable was optimized out? In-reply-to: <1237771863.25721.17.camel@localhost.localdomain> To: Thiago Jung Bauermann Cc: tromey@redhat.com, aoliva@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090310125945.GA4376@caradoc.them.org> <1236700079.11106.1.camel@localhost.localdomain> <1236710732.11106.30.camel@localhost.localdomain> <1237771863.25721.17.camel@localhost.localdomain> 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: 2009-03/txt/msg00479.txt.bz2 > From: Thiago Jung Bauermann > Cc: Alexandre Oliva , gdb-patches@sourceware.org > Date: Sun, 22 Mar 2009 22:31:02 -0300 > > +@table @code > +@defmethod Value is_optimized_out > +This read-only boolean attribute is true if the compiler optimized out > +this value, thus it is not available for fetching from the inferior. > +@end defmethod > +@end table This is OK, but please add a @cindex entry for this that starts with "optimized", so that readers will be able to find this easier. Thanks.