From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26122 invoked by alias); 20 Apr 2012 15:18:31 -0000 Received: (qmail 26111 invoked by uid 22791); 20 Apr 2012 15:18:29 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 15:18:16 +0000 Received: by yenm8 with SMTP id m8so6272793yen.0 for ; Fri, 20 Apr 2012 08:18:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.145.34 with SMTP id o22mr6503230yhj.7.1334935095578; Fri, 20 Apr 2012 08:18:15 -0700 (PDT) Received: by 10.236.115.200 with HTTP; Fri, 20 Apr 2012 08:18:15 -0700 (PDT) In-Reply-To: References: <831unms3jy.fsf@gnu.org> <4F8F187D.3050402@redhat.com> <878vhsojgd.fsf@fleche.redhat.com> Date: Fri, 20 Apr 2012 15:21:00 -0000 Message-ID: Subject: Re: [RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included) From: Matt Rice To: Siva Chandra Cc: Doug Evans , Tom Tromey , Phil Muldoon , Eli Zaretskii , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00686.txt.bz2 On Fri, Apr 20, 2012 at 4:43 AM, Matt Rice wrote: > I can't find the specific comment I went looking for, > which I recall as saying that sometimes it is a 'best guess'. =A0could > be a figment of my imagination Ahh, i remembered that this was the comment at the top of enum minimal_symbol_type, which is likely to be completely unrelated to the topic.