From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17947 invoked by alias); 28 May 2004 19:24:22 -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 17940 invoked from network); 28 May 2004 19:24:21 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sourceware.org with SMTP; 28 May 2004 19:24:21 -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 i4SJOLNl021069 for ; Fri, 28 May 2004 15:24:21 -0400 Received: from M30.equallogic.com (m30 [172.16.1.30]) by sadr.equallogic.com (8.12.8/8.12.8) with SMTP id i4SJOLik021064 for ; Fri, 28 May 2004 15:24:21 -0400 Received: from pkoning.equallogic.com ([172.16.1.249]) by M30.equallogic.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 28 May 2004 15:24:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16567.37347.995508.204649@gargle.gargle.HOWL> Date: Fri, 28 May 2004 19:24:00 -0000 From: Paul Koning To: gdb@sources.redhat.com Subject: preprocessor support? X-OriginalArrivalTime: 28 May 2004 19:24:21.0200 (UTC) FILETIME=[609A2500:01C444E9] X-SW-Source: 2004-05/txt/msg00192.txt.bz2 These days GCC will output dwarf2 debug sections listing preprocessor symbol definitions, but gdb 6.1 doesn't seem to look at that (at least not for mips-netbsd). Is that not implemented yet? Is it in some targets but not this one (and if so, any pointers to places I might look to teach this target a new trick)? Thanks, paul