From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17853 invoked by alias); 24 Feb 2002 19:33:06 -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 17494 invoked from network); 24 Feb 2002 19:33:01 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 24 Feb 2002 19:33:01 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g1OJX0c13173; Sun, 24 Feb 2002 13:33:00 -0600 Date: Sun, 24 Feb 2002 11:33:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200202241933.g1OJX0c13173@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/msg00295.txt.bz2 You could try a different debug option ("gcc -gstabs+ ..."). I don't know if that will work on your platform but it will avoid the dwarf 2 reader issue with gdb 5.0. Michael C