From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23860 invoked by alias); 20 Feb 2006 19:53:48 -0000 Received: (qmail 23846 invoked by uid 22791); 20 Feb 2006 19:53:47 -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; Mon, 20 Feb 2006 19:53:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FBH6O-0006VQ-N7; Mon, 20 Feb 2006 14:53:44 -0500 Date: Mon, 20 Feb 2006 19:53:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [RFC] Add FR-V Linux core file support Message-ID: <20060220195344.GA24975@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com References: <20060214141016.4e2e56d8@ironwood.lan> <20060220153046.GD14155@nevyn.them.org> <20060220125215.3ea6cac7@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060220125215.3ea6cac7@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-02/txt/msg00379.txt.bz2 On Mon, Feb 20, 2006 at 12:52:15PM -0700, Kevin Buettner wrote: > The gregset struct does not include the loadmap addresses. I considered > adding them but decided against it because they'd be the same for all of > the threads. There's no point in bulking up the gregset for an address > which is only really needed for shared library initialization. Make sure GDB doesn't try to scribble a loadmap address into a gregset when requested by libthread_db, then, if anyone tries to unify this with the fill_gregset used by linux-thread-db.c :-) -- Daniel Jacobowitz CodeSourcery From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23864 invoked by alias); 20 Feb 2006 19:53:49 -0000 Received: (qmail 23847 invoked by uid 22791); 20 Feb 2006 19:53:48 -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; Mon, 20 Feb 2006 19:53:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FBH6O-0006VQ-N7; Mon, 20 Feb 2006 14:53:44 -0500 Date: Mon, 20 Feb 2006 19:59:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [RFC] Add FR-V Linux core file support Message-ID: <20060220195344.GA24975@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com References: <20060214141016.4e2e56d8@ironwood.lan> <20060220153046.GD14155@nevyn.them.org> <20060220125215.3ea6cac7@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060220125215.3ea6cac7@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-02/txt/msg00380.txt.bz2 Message-ID: <20060220195900.7--JgRdjASXLbgcV7YT4Ulke7xjvELdgZur6LmBuEAY@z> On Mon, Feb 20, 2006 at 12:52:15PM -0700, Kevin Buettner wrote: > The gregset struct does not include the loadmap addresses. I considered > adding them but decided against it because they'd be the same for all of > the threads. There's no point in bulking up the gregset for an address > which is only really needed for shared library initialization. Make sure GDB doesn't try to scribble a loadmap address into a gregset when requested by libthread_db, then, if anyone tries to unify this with the fill_gregset used by linux-thread-db.c :-) -- Daniel Jacobowitz CodeSourcery