From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18001 invoked by alias); 24 Feb 2002 10:37: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 17862 invoked from network); 24 Feb 2002 10:37:23 -0000 Received: from unknown (HELO mandy.eunet.fi) (193.66.1.129) by sources.redhat.com with SMTP; 24 Feb 2002 10:37:23 -0000 Received: from alphatux2.ts.ray.fi (ws-002.ray.fi [193.64.14.2]) by mandy.eunet.fi (Postfix) with ESMTP id CDF3FA291 for ; Sun, 24 Feb 2002 12:37:21 +0200 (EET) (envelope-from jd@ts.ray.fi) Date: Sun, 24 Feb 2002 02:37:00 -0000 From: Iso-H To: gdb@sources.redhat.com Subject: gdb-5.x and step over inline functions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00279.txt.bz2 Is there any way to step over inline functions when using gdb >= 5.1 ? Some (commandline or other)option perhaps? 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. And if I use gdb-5.1 (/gdb-5.1-20020124) it shows internals of inline-functions which is really annoying, turning gdb-5.1 to almost useless tool! I have used gcc option "-g3" with compilations and my host/target arch is GNULinux-alpha (ev56/ev67) but I think that this "step over inline functions" problem exist on other archs too. -- Iso-H