From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32507 invoked by alias); 25 Apr 2012 08:25:03 -0000 Received: (qmail 32446 invoked by uid 22791); 25 Apr 2012 08:25:00 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,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; Wed, 25 Apr 2012 08:24:46 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M31000000NKL300@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 25 Apr 2012 11:24:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.249.186]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M3100LY90P2S8T0@a-mtaout22.012.net.il>; Wed, 25 Apr 2012 11:24:38 +0300 (IDT) Date: Wed, 25 Apr 2012 09:02:00 -0000 From: Eli Zaretskii Subject: Re: [RFC - doc] Add note about the possibility of symbols getting moved across blocks In-reply-to: To: Siva Chandra Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83bomgfcbt.fsf@gnu.org> 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: 2012-04/txt/msg00852.txt.bz2 > Date: Wed, 25 Apr 2012 13:36:20 +0530 > From: Siva Chandra > > A @code{gdb.Block} is iterable. The iterator returns the symbols > -(@pxref{Symbols In Python}) local to the block. > +(@pxref{Symbols In Python}) local to the block. Users using this > +feature should keep in mind that future improvements to the internal > +representation, of symbols and symbol tables, can move symbols across > +blocks within a symbol table. Thanks. But I still don't see how the warning is useful. What should I do or not do if I want to avoid whatever dangers you warn me about?