From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18933 invoked by alias); 27 Feb 2002 22:29:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18833 invoked from network); 27 Feb 2002 22:29:48 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 27 Feb 2002 22:29:48 -0000 Received: from drow by nevyn.them.org with local (Exim 3.34 #1 (Debian)) id 16gCZz-0004Y3-00; Wed, 27 Feb 2002 17:29:43 -0500 Date: Wed, 27 Feb 2002 14:29:00 -0000 From: Daniel Jacobowitz To: David O'Brien Cc: gdb@sources.redhat.com Subject: Re: Sparc supply_gregset and supply_fpregset Message-ID: <20020227172943.A17403@nevyn.them.org> Mail-Followup-To: David O'Brien , gdb@sources.redhat.com References: <20020227130025.A84306@dragon.nuxi.com> <20020227172304.A17053@nevyn.them.org> <20020227142604.A87427@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020227142604.A87427@dragon.nuxi.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-02/txt/msg00326.txt.bz2 On Wed, Feb 27, 2002 at 02:26:04PM -0800, David O'Brien wrote: > On Wed, Feb 27, 2002 at 05:23:04PM -0500, Daniel Jacobowitz wrote: > > > Who (which file) is 1 to supply the definitions for supply_gregset > > > and supply_fpregset when USE_PROC_FS is not set? > > > > Normally your target -nat file will do this. > > If you can do them from the target -tdep file without a great deal of > > awkwardness, however, that's preferable. > > I must be missing something. I am following the NetBSD bits, and I do > not see how they are dealing with this. Do you happen to know? I'm not familiar with them... *_gregset are only used by: - Thread code, which is I believe GNU/Linux specific (lin-lwp rather than the generic thread_db) - Core dump code. Does the NetBSD code you're looking at even support core dumps? Perhaps it does so without these functions... -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer