From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6937 invoked by alias); 26 Feb 2002 07:44:27 -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 6884 invoked from network); 26 Feb 2002 07:44:22 -0000 Received: from unknown (HELO sofia.kpnqwest.fi) (212.226.253.201) by sources.redhat.com with SMTP; 26 Feb 2002 07:44:22 -0000 Received: from melvin.eunet.fi (melvin.eunet.fi [193.66.1.146]) by sofia.kpnqwest.fi (Postfix) with ESMTP id 3C5E713E396 for ; Tue, 26 Feb 2002 09:44:23 +0200 (EET) (envelope-from jd@ts.ray.fi) Received: from alphatux2.ts.ray.fi (ws-002.ray.fi [193.64.14.2]) by melvin.eunet.fi (Postfix) with ESMTP id 6F40E42D2A for ; Tue, 26 Feb 2002 09:44:20 +0200 (EET) (envelope-from jd@ts.ray.fi) Date: Mon, 25 Feb 2002 23:44:00 -0000 From: Iso-H To: gdb@sources.redhat.com Subject: Re: gdb-5.x and step over inline functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00314.txt.bz2 On Sun, 24 Feb 2002, Iso-H wrote: > On Sun, 24 Feb 2002, Michael Elizabeth Chastain wrote: > > > ... > > > > You wrote: > > > gdb-5.0 works as expected, but now I have problem ... > > > > > > ...Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. > > > > I am suggesting that you try gdb 5.0, gcc 3.x, and "-gstabs+" when you > > .... > > 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... > Doesn't work (perfectly); here are the results: gcc gdb ------------------------------------------------ 2.95.3 5.0: gdb works as expected 3.0.1 5.0: gdb starts, but gdb can't list anything ie. if I say: 'list f_somefunction' then gdb says: 'Function "f_somefunction" not defined.' even if "f_somefunction" is there. 3.0.3 5.0: same 3.1-20020114 5.0: gdb starts if source is compiled with "-gstabs+", but I still can't list anything x.x.x 5.1-20020124: gdb works, but with "inline problem" > > > > > Michael C > > > > -- Iso-H