From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21936 invoked by alias); 11 Oct 2011 16:06:31 -0000 Received: (qmail 21903 invoked by uid 22791); 11 Oct 2011 16:06:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta04.westchester.pa.mail.comcast.net (HELO qmta04.westchester.pa.mail.comcast.net) (76.96.62.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Oct 2011 16:06:13 +0000 Received: from omta21.westchester.pa.mail.comcast.net ([76.96.62.72]) by qmta04.westchester.pa.mail.comcast.net with comcast id jRLp1h0071ZXKqc54U6DmR; Tue, 11 Oct 2011 16:06:13 +0000 Received: from [10.127.238.91] ([65.206.2.68]) by omta21.westchester.pa.mail.comcast.net with comcast id jU621h01Y1U2a2h3hU65NW; Tue, 11 Oct 2011 16:06:11 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [python] [patch] PR python/12656 (API for special blocks) From: Paul Koning In-Reply-To: <09787EF419216C41A903FD14EE5506DD030BEC56DF@AUSX7MCPC103.AMER.DELL.COM> Date: Tue, 11 Oct 2011 16:06:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: <8E3A1787-8BA4-466E-BCA5-56163624C1C1@comcast.net> References: <09787EF419216C41A903FD14EE5506DD030BEC56DF@AUSX7MCPC103.AMER.DELL.COM> To: gdb-patches@sourceware.org, Phil Muldoon 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: 2011-10/txt/msg00309.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourcewa= re.org] On Behalf Of Phil Muldoon > Sent: Tuesday, October 11, 2011 12:00 PM > ... > +@defvar Block.is_global () > +@code{True} if the @code{gdb.Block} object is the global block for the > +inferior, @code{False} if not. This attribute is not writable. > +@end defvar > + > +@defvar Block.is_static () This and previous -- should not have () since these are now attributes. paul