From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18544 invoked by alias); 1 Dec 2003 16:05:05 -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 18530 invoked from network); 1 Dec 2003 16:05:05 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 1 Dec 2003 16:05:05 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 073632B8F; Mon, 1 Dec 2003 11:05:05 -0500 (EST) Message-ID: <3FCB66B0.6070403@gnu.org> Date: Mon, 01 Dec 2003 16:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Paul Koning , sawitt@electra.rsc.raytheon.com, gdb@sources.redhat.com Subject: Re: GDB can't read core References: <16325.10163.916133.242883@gargle.gargle.HOWL> <20031126222925.GB5007@nevyn.them.org> <16325.10865.878988.114821@gargle.gargle.HOWL> <20031126223749.GA11464@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00005.txt.bz2 >> Ah... In my case, the problem appeared with NetBSD/MIPS. > > > Then I recommend investigating mips-linux-tdep.c and > bfd/elf32-mips.c:elf32_mips_grok_psinfo, and it should be the work of > an hour or so to do it more cleanly in current sources. Look at markk's recent "regset" additions. i386, for instance, uses it. Andrew