From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25181 invoked by alias); 2 Jul 2002 17:07:13 -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 25174 invoked from network); 2 Jul 2002 17:07:12 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.207) by sources.redhat.com with SMTP; 2 Jul 2002 17:07:12 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 039E0D2F70; Tue, 2 Jul 2002 10:07:08 -0700 (PDT) Date: Tue, 02 Jul 2002 10:07:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Tru64 - wrong list of shared libraries Message-ID: <20020702170708.GM17987@gnat.com> References: <20020617224743.N23404@gnat.com> <1020625021316.ZM21492@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1020625021316.ZM21492@localhost.localdomain> User-Agent: Mutt/1.4i X-SW-Source: 2002-07/txt/msg00029.txt.bz2 > > * solib-osf.c (open_map): Compute the list of shread libraries > > loaded by the inferior, rather than the list of libraires loaded > > by GDB itself. Otherwise, GDB ends up reading the symbols from > > the wrong shared libraries... > > > > OK to commit? > > Yes, with the following changes... Sorry for the long delay in answering. I made the adjustments you requested, and committed the change. Thanks a lot for reviewing it. -- Joel