From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20626 invoked by alias); 24 Sep 2004 21:16:31 -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 20601 invoked from network); 24 Sep 2004 21:16:29 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 24 Sep 2004 21:16:29 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6C8AC47D95; Fri, 24 Sep 2004 14:16:28 -0700 (PDT) Date: Fri, 24 Sep 2004 21:16:00 -0000 From: Joel Brobecker To: David Lecomber , patches Subject: Re: [commit] Use full paths for "info sources" Message-ID: <20040924211628.GC11798@gnat.com> References: <1095776238.14044.8.camel@elmo.priv.wark.uk.streamline-computing.com> <20040921153013.GA15014@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040921153013.GA15014@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-09/txt/msg00418.txt.bz2 > This appears to be a problem in the pseudo-symtab code. It needs to > take into account (A) the parent psymtab's dirname field and (B) the > directory table. This is the decode_for_pst_p block in > dwarf_decode_lines. > > I want to continue working on intercu support for now, but if Joel > doesn't have a chance to look at this, I will later. I think I am looking at another instance of this same problem just right now. I get 2 psymtabs with the same name. I will look into it anyway, I think it is more valuable for us if you work on intercu. Just let me know if you have some time and would like to work on this, so that we don't duplicate our efforts. -- Joel