From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12968 invoked by alias); 1 Jun 2004 14:49:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12959 invoked from network); 1 Jun 2004 14:49:11 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org with SMTP; 1 Jun 2004 14:49:11 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id i51EnENn021521 for ; Tue, 1 Jun 2004 10:49:14 -0400 Received: from M30.equallogic.com (m30 [172.16.1.30]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id i51EnDik021514; Tue, 1 Jun 2004 10:49:13 -0400 Received: from PKONING.equallogic.com ([172.16.1.238]) by M30.equallogic.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 1 Jun 2004 10:49:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16572.38760.703000.118869@gargle.gargle.HOWL> Date: Tue, 01 Jun 2004 14:49:00 -0000 From: Paul Koning To: drow@false.org Cc: gdb@sources.redhat.com Subject: Re: preprocessor support? References: <16567.37347.995508.204649@gargle.gargle.HOWL> <20040528192945.GA4018@nevyn.them.org> <16567.38040.594168.509373@gargle.gargle.HOWL> <20040601014344.GA4341@nevyn.them.org> X-OriginalArrivalTime: 01 Jun 2004 14:49:13.0590 (UTC) FILETIME=[9AF3C160:01C447E7] X-SW-Source: 2004-06/txt/msg00007.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> ...So the macro code is not handling creation of a default Daniel> source location right; this is a recurring problem, I Daniel> think... Great, thanks! That sounds exactly like the problem where you can't examine variables whose names match that of a type, until you've touched some other (unambiguous) variable in the same source file. paul