From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30469 invoked by alias); 25 Jul 2008 15:18:02 -0000 Received: (qmail 30445 invoked by uid 71); 25 Jul 2008 15:18:01 -0000 Date: Fri, 25 Jul 2008 15:18:00 -0000 Message-ID: <20080725151801.30444.qmail@sourceware.org> To: nobody@sources.redhat.com Cc: gdb-prs@sources.redhat.com, From: Tom Tromey Subject: Re: macros/2483: not even the macro debugging example from the documentation works Reply-To: Tom Tromey Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00020.txt.bz2 The following reply was made to PR macros/2483; it has been noted by GNATS. From: Tom Tromey To: gdb-gnats@sources.redhat.com, nobody@sources.redhat.com, christian@jaeger.mine.nu, gdb-prs@sources.redhat.com Cc: Subject: Re: macros/2483: not even the macro debugging example from the documentation works Date: Fri, 25 Jul 2008 09:07:56 -0600 I tried this on Fedora 8 and it works for me. Maybe your version of gcc is emitting the wrong information? What version of gcc are you using? FWIW, gcc 4.3 had a bug in this area. You can look at the macro info with "objdump -W sample". That might prove interesting. Tom