From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31046 invoked by alias); 17 Mar 2005 16:12:37 -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 30887 invoked from network); 17 Mar 2005 16:12:23 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 Mar 2005 16:12:23 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1DBxbf-0000im-9u; Thu, 17 Mar 2005 11:12:19 -0500 Date: Thu, 17 Mar 2005 16:12:00 -0000 From: Daniel Jacobowitz To: "M.M. Kettenis" Cc: gdb-patches@sources.redhat.com Subject: Re: gdb and gdbserver support for MIPS NPTL Message-ID: <20050317161219.GA2494@nevyn.them.org> Mail-Followup-To: "M.M. Kettenis" , gdb-patches@sources.redhat.com References: <20050317152208.GA31661@nevyn.them.org> <7320225758197692@weblx058.utsp.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7320225758197692@weblx058.utsp.utwente.nl> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00228.txt.bz2 On Thu, Mar 17, 2005 at 03:59:41PM +0000, M.M. Kettenis wrote: > Daniel Jacobowitz wrote: > > >This patch provides ps_get_thread_area for both mips-linux-gdb and > >mips-linux gdbserver. I haven't checked it in yet, because the > >corresponding kernel changes and glibc changes are still pending; I'll > >check > >it in when they've been approved. Just wanted to get it off my hard drive. > > The code include that should be avoided if possible. > Is it still possible to change your glibc patches such that you can > avoid it? The glibc patches don't affect that one way or the other; this is a copy of the gunk that appears in every file in gdbserver that uses ../gdb_proc_service.h. I can try to rip it all out, but where you find elf_fpregset_t seems to vary unpredictably... I'll see what I can do. -- Daniel Jacobowitz CodeSourcery, LLC