From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22959 invoked by alias); 16 Jul 2009 16:56:34 -0000 Received: (qmail 22950 invoked by uid 22791); 16 Jul 2009 16:56:33 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jul 2009 16:56:25 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6GGuHsa010775; Thu, 16 Jul 2009 12:56:17 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6GGuGiW026702; Thu, 16 Jul 2009 12:56:16 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6GGuFJq005643; Thu, 16 Jul 2009 12:56:15 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 01E5037809F; Thu, 16 Jul 2009 10:56:14 -0600 (MDT) To: Eric Gorr Cc: gdb@sourceware.org Subject: Re: printing static const variables References: <2C11E6EB-A5C0-4A12-8DC3-87E73C7755AC@ericgorr.net> <97A121F2-C4CB-4244-9F71-1D0B9BA60638@ericgorr.net> From: Tom Tromey Reply-To: tromey@redhat.com Date: Thu, 16 Jul 2009 16:56:00 -0000 In-Reply-To: <97A121F2-C4CB-4244-9F71-1D0B9BA60638@ericgorr.net> (Eric Gorr's message of "Thu\, 16 Jul 2009 12\:35\:20 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00106.txt.bz2 >>>>> "Eric" == Eric Gorr writes: Eric> In any case, I am using Xcode 3.1 under Mac OS X 10.5 Eric> This is the debug build with all optimizations turned off. Eric> Under other circumstances, should 'info locals' display Eric> doubleByteDegreeMark? Should I be able to print doubleByteDegreeMark? I'm afraid you will have to ask Apple. The answer is compiler-dependent. Also, they have their own fork of gdb, about which I know little. Tom