From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10758 invoked by alias); 24 Feb 2002 20:33:21 -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 10547 invoked from network); 24 Feb 2002 20:33:18 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 24 Feb 2002 20:33:18 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g1OKXHW17591; Sun, 24 Feb 2002 14:33:17 -0600 Date: Sun, 24 Feb 2002 12:33:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200202242033.g1OKXHW17591@duracef.shout.net> To: gdb@sources.redhat.com, jd@ts.ray.fi Subject: Re: gdb-5.x and step over inline functions X-SW-Source: 2002-02/txt/msg00298.txt.bz2 I was unclear, I am 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. Michael C