From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1366 invoked by alias); 27 Jun 2010 18:40:12 -0000 Received: (qmail 1355 invoked by uid 22791); 27 Jun 2010 18:40:12 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Jun 2010 18:40:08 +0000 Received: from hpaq5.eem.corp.google.com (hpaq5.eem.corp.google.com [172.25.149.5]) by smtp-out.google.com with ESMTP id o5RIe6A4014816 for ; Sun, 27 Jun 2010 11:40:06 -0700 Received: from vws11 (vws11.prod.google.com [10.241.21.139]) by hpaq5.eem.corp.google.com with ESMTP id o5RIe4HA003129 for ; Sun, 27 Jun 2010 11:40:05 -0700 Received: by vws11 with SMTP id 11so2841992vws.24 for ; Sun, 27 Jun 2010 11:40:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.62.196 with SMTP id y4mr2250829vch.242.1277664004075; Sun, 27 Jun 2010 11:40:04 -0700 (PDT) Received: by 10.220.180.70 with HTTP; Sun, 27 Jun 2010 11:40:04 -0700 (PDT) In-Reply-To: References: <20100627182442.AF5CA84613@ruffy.mtv.corp.google.com> Date: Sun, 27 Jun 2010 18:40:00 -0000 Message-ID: Subject: Re: [RFA] Fix PR gdb/11702, printing of static const member variables From: Doug Evans To: gdb-patches@sourceware.org Cc: jan.kratochvil@redhat.com Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2010-06/txt/msg00624.txt.bz2 On Sun, Jun 27, 2010 at 11:35 AM, Doug Evans wrote: > Maybe another symbol table cleanup is to not put enum values in > VARIABLES_DOMAIN. Or rather, not rely on LOC_CONST to identify enums? [VARIABLES_DOMAIN is just to identify a search request]