From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6720 invoked by alias); 28 Aug 2002 05:57:20 -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 6713 invoked from network); 28 Aug 2002 05:57:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 28 Aug 2002 05:57:18 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g7S5gFl24592 for ; Wed, 28 Aug 2002 01:42:16 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g7S5v8u27986; Wed, 28 Aug 2002 01:57:08 -0400 Received: from romulus.sfbay.redhat.com (IDENT:63A2fB6q7UHPfNcbm998Y3/SB9umjK82@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g7S5v6e14262; Tue, 27 Aug 2002 22:57:06 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g7S5v4h12194; Tue, 27 Aug 2002 22:57:04 -0700 Date: Tue, 27 Aug 2002 22:57:00 -0000 From: Kevin Buettner Message-Id: <1020828055704.ZM12193@localhost.localdomain> In-Reply-To: Iztok Kobal "Re: Problem debugging SOs" (Aug 28, 7:16am) References: <3D6603AC.4010607@s5.net> <1020823145316.ZM626@localhost.localdomain> <3D69F82C.9020109@sysen.si> <1020826154249.ZM30715@localhost.localdomain> <3D6B10E6.90400@sysen.si> <1020827150400.ZM3420@localhost.localdomain> <3D6C5CC7.5050108@sysen.si> To: Iztok Kobal Subject: Re: Problem debugging SOs Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00373.txt.bz2 On Aug 28, 7:16am, Iztok Kobal wrote: > >Are you certain that the files containing the functions that you're > >trying to step into were compiled with -g ? > > > The test executable code was compiled using gcc-2.95.2 with the -g3 option. > Using the same test executable code: Steps Into with the gdb-5.0 and > gdb-5.1.0.1 but not with gdb-5.2 or gdb-5.2.1. > > All gdb executables were generated and installed the same way on the > same machine/enviroment for the same platform (i686-pc-linux-gnu). > > If you are interested, I can send you all execs and needed sources in > concern, as they are. Okay, send them to me. (Just me, not the list.) Thanks, Kevin