From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13845 invoked by alias); 24 Apr 2012 17:39:33 -0000 Received: (qmail 13724 invoked by uid 22791); 24 Apr 2012 17:39:32 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Apr 2012 17:39:19 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2Z00G00VP2TF00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 24 Apr 2012 20:39:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.249.186]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2Z00EW0VPGTX01@a-mtaout22.012.net.il>; Tue, 24 Apr 2012 20:39:17 +0300 (IDT) Date: Tue, 24 Apr 2012 17:40:00 -0000 From: Eli Zaretskii Subject: Re: [RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included) In-reply-to: To: Siva Chandra Cc: pmuldoon@redhat.com, tromey@redhat.com, dje@google.com, ratmice@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mx61f2r0.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <831unms3jy.fsf@gnu.org> <4F8F187D.3050402@redhat.com> <878vhsojgd.fsf@fleche.redhat.com> <87sjfyi5rj.fsf@fleche.redhat.com> <87lilmh9jf.fsf@fleche.redhat.com> <4F95595A.8080106@redhat.com> <83y5pmft8k.fsf@gnu.org> <4F95630D.1000202@redhat.com> <83vckqfpzb.fsf@gnu.org> 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: 2012-04/txt/msg00809.txt.bz2 > Date: Tue, 24 Apr 2012 12:40:35 +0530 > From: Siva Chandra > Cc: Phil Muldoon , tromey@redhat.com, dje@google.com, > ratmice@gmail.com, gdb-patches@sourceware.org > > On Mon, Apr 23, 2012 at 8:35 PM, Eli Zaretskii wrote: > > With that I agree.  Saying such things in a manual is never a good > > idea, unless we also describe in detail what exactly can go wrong, how > > to detect that, and how to work around. > > So, can I go ahead and commit after removing the 'controversial' part > from the doc? Fine with me, if others agree. > I can add descriptions about what global and static blocks are under > "Blocks In Python" (there are xrefs from Symtab.*_block to "Blocks In > Python" now) as a different patch. (?) Yes, that would be good (and yes, as a separate changeset). Thanks.