From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16438 invoked by alias); 15 Mar 2006 23:45:04 -0000 Received: (qmail 16429 invoked by uid 22791); 15 Mar 2006 23:45:04 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 15 Mar 2006 23:45:02 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FJffo-0007Ac-Pn; Wed, 15 Mar 2006 18:45:00 -0500 Date: Thu, 16 Mar 2006 14:49:00 -0000 From: Daniel Jacobowitz To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Add FR-V Linux core file support Message-ID: <20060315234500.GA27502@nevyn.them.org> Mail-Followup-To: Kevin Buettner , gdb-patches@sources.redhat.com References: <20060214141016.4e2e56d8@ironwood.lan> <20060220153046.GD14155@nevyn.them.org> <20060301170123.6353b16c@ironwood.lan> <20060315164026.6c0f1f7e@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060315164026.6c0f1f7e@ironwood.lan> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00212.txt.bz2 On Wed, Mar 15, 2006 at 04:40:26PM -0700, Kevin Buettner wrote: > I ended up committing the patch below. I believe that this is largely > the same as the original patch. The only difference is that I've revised > one of the comments in solib-frv.c. Thanks, and sorry for not getting back to you earlier. I think that it would be logical to call solib_create_inferior_hook before solib_add. It might be as simple as adding a whole lot of from_tty markers somewhere, or otherwise revising how the outputting works in this area; the current version is a bit incoherent. The problem associated with swapping the order is fairly ugly; I believe that if you do that and then attach to a process you'll get a lot of "symbols for foo are already loaded" messages. -- Daniel Jacobowitz CodeSourcery