From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 430 invoked by alias); 10 Apr 2002 16:46:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 410 invoked from network); 10 Apr 2002 16:46:22 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 10 Apr 2002 16:46:22 -0000 Received: from berlin.ACT-Europe.FR (berlin.int.act-europe.fr [10.10.0.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id 6CE27229E15 for ; Wed, 10 Apr 2002 18:46:21 +0200 (MET DST) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id 2B9D5984; Wed, 10 Apr 2002 18:46:21 +0200 (CEST) Date: Wed, 10 Apr 2002 09:46:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: Does anyone use GDB on x86-solaris 2.7 or more recent? Message-ID: <20020410184620.C842@act-europe.fr> References: <20020405182154.E31184@act-europe.fr> <20020405114733.A16497@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020405114733.A16497@nevyn.them.org>; from drow@mvista.com on Fri, Apr 05, 2002 at 11:47:33AM -0500 X-SW-Source: 2002-04/txt/msg00401.txt.bz2 > So - 1) is elfstab_offset_sections working correctly? I instrumented this function a bit, and it does not seem to work for me: It looks like it is failing because it uses a chained list which head is objfile->sym_stab_info->stab_section_info Unfortunately, this head seems to always be null... I did not investigate further because I am hoping that all this is OBE with a more recent version of x86-solaris. Unfortunately, I did not receive any object file that I could check... I'll also check whether gnu-as shows this problem or not... Thanks for the feedback - -- Joel