From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14848 invoked by alias); 20 Apr 2012 19:12:46 -0000 Received: (qmail 14839 invoked by uid 22791); 20 Apr 2012 19:12:45 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 19:12:30 +0000 Received: by vcbfy7 with SMTP id fy7so1902699vcb.0 for ; Fri, 20 Apr 2012 12:12:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=6jZm8uX5Oqy3sI0fwbhN/DSlYKBboKfbkPB6nE4X8e4=; b=pm7FT9JaQOaVhnaD/NHG/7Fo7oBClyIxBVUQk94LXRlgLhemmv+3aLQLb2k1392cbo n6yNmjF5DSJ7h0ASN115M98PToTumZ0z/Fgo9dPtiVw9WZ+0Eo3kdkx82QD7pZxNWlwg q/XMc5PzcWv7/ELFi1Na5LkNGdrNDTCTajj1dINw0xOaNQwLknqfH9B0/uGuG0LG03+e h/AH6VH9aVHY/az1WqLWXcwfZi9EF2+o8a5nOk5BN6bATsYq0G9N/265+K4jz846uZto lwbLLNeorWBB+9Uvrlk63qM3mve7J8PNLE4ZrfKlT6vTXstXL4WhJdYRrXPDv5QntF0i +vYQ== Received: by 10.52.68.77 with SMTP id u13mr5083894vdt.81.1334949150029; Fri, 20 Apr 2012 12:12:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.68.77 with SMTP id u13mr5083870vdt.81.1334949149780; Fri, 20 Apr 2012 12:12:29 -0700 (PDT) Received: by 10.220.115.78 with HTTP; Fri, 20 Apr 2012 12:12:29 -0700 (PDT) In-Reply-To: <87sjfyi5rj.fsf@fleche.redhat.com> References: <831unms3jy.fsf@gnu.org> <4F8F187D.3050402@redhat.com> <878vhsojgd.fsf@fleche.redhat.com> <87sjfyi5rj.fsf@fleche.redhat.com> Date: Fri, 20 Apr 2012 19:53:00 -0000 Message-ID: Subject: Re: [RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included) From: Doug Evans To: Tom Tromey Cc: Matt Rice , Siva Chandra , Phil Muldoon , Eli Zaretskii , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQk+CDh88N0HZ3ToZuqYqslEz4RtTL7jyo6cS0bO17lL27movqZ2mIDT3YB39z0XaaQOSYNwuJkQZXW8+FxjkkLmYei/AjzZ+ZeDCHm/jVVFk72FZ9N3Lh3kiBhwGg/wrdqvxqPUYMnFYgVnPhNEinVmY6Wt6w== 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/msg00697.txt.bz2 On Fri, Apr 20, 2012 at 12:04 PM, Tom Tromey wrote: >>>>>> "Matt" =3D=3D Matt Rice writes: > > Matt> the following from (possibly outdated) symtab.c stuff is what i did > Matt> find, i believe there is other uncommented occurrences, anyhow given > Matt> the fudge and lack of errors I wouldn't be suprised to weirdness he= re > Matt> go unnoticed. > > I've always assumed these comments are just wrong. > If this can really happen, then the bug should be fixed in the symbol > readers, not hacked around elsewhere. =A0IMNSHO of course. Yep. Something I hope attention to the symbol handling will dig into.