From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29295 invoked by alias); 24 Feb 2002 21:29:23 -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 28879 invoked from network); 24 Feb 2002 21:29:18 -0000 Received: from unknown (HELO melvin.eunet.fi) (193.66.1.146) by sources.redhat.com with SMTP; 24 Feb 2002 21:29:18 -0000 Received: from alphatux2.ts.ray.fi (ws-002.ray.fi [193.64.14.2]) by melvin.eunet.fi (Postfix) with ESMTP id DBE26430E4 for ; Sun, 24 Feb 2002 23:29:16 +0200 (EET) (envelope-from jd@ts.ray.fi) Date: Sun, 24 Feb 2002 13:29:00 -0000 From: Iso-H To: gdb@sources.redhat.com Subject: Re: gdb-5.x and step over inline functions In-Reply-To: <200202242033.g1OKXHW17591@duracef.shout.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00300.txt.bz2 On Sun, 24 Feb 2002, Michael Elizabeth Chastain wrote: > I was unclear, I am sorry. I think I was more unclear, double sorry ;) > > You wrote: > > gdb-5.0 works as expected, but now I have problem > > with gcc >= 3.x because gdb-5.0 won't work with binaries > > compiled by gcc-3.x; when I start gdb, it only says: > > > > ...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. > > I was responding to that part. > > I am suggesting that you try gdb 5.0, gcc 3.x, and "-gstabs+" when you > compile. Then you can have the "step over inline functions" behavior > that you want in gdb 5.0, while avoiding any problems with the dwarf > symbol reader in gdb 5.0. Yes, I tried exactly that without success, but perhaps I messed up something; I have to try that again later, I don't have gdb-5.0 here at work... > > Michael C > -- Iso-H