From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13803 invoked by alias); 17 Oct 2011 11:16:26 -0000 Received: (qmail 13793 invoked by uid 22791); 17 Oct 2011 11:16:25 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 11:16:08 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RFlAt-0004KD-FT; Mon, 17 Oct 2011 07:16:07 -0400 Date: Mon, 17 Oct 2011 11:57:00 -0000 Message-Id: From: Eli Zaretskii To: pmuldoon@redhat.com CC: tromey@redhat.com, eli@gnu.org, gdb-patches@sourceware.org In-reply-to: (message from Phil Muldoon on Mon, 17 Oct 2011 11:31:06 +0100) Subject: Re: [python] [patch] PR python/12656 (API for special blocks) Reply-to: Eli Zaretskii References: 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: 2011-10/txt/msg00460.txt.bz2 > From: Phil Muldoon > Cc: gdb-patches@sourceware.org > Date: Mon, 17 Oct 2011 11:31:06 +0100 > > doco ping Sorry, missed the original posting. I have a couple of comments: > +@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. If this is an attribute, why do you use "()" on the @defvar line? Also, what do you mean by "the global block for the inferior"? why "the" global block? There could be more than one such block, right? And the same goes for the static attribute.