From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5459 invoked by alias); 5 Jan 2002 00:41:05 -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 5417 invoked from network); 5 Jan 2002 00:41:04 -0000 Received: from unknown (HELO mail.science.uva.nl) (146.50.4.51) by sources.redhat.com with SMTP; 5 Jan 2002 00:41:04 -0000 Received: from soliton.wins.uva.nl [146.50.20.20] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.24). id g050dcL14189; Sat, 5 Jan 2002 01:39:38 +0100 (MET) Received: from localhost by soliton.wins.uva.nl (sendmail 8.11.6/config 11.15). id g050dqL06521; Sat, 5 Jan 2002 01:39:52 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ To: thorpej@wasabisystems.com Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [patch] Overhaul i386nbsd-nat.c, add support for XMM + ELF core files References: <20020104160746.H9599@dr-evil.shagadelic.org> From: Mark Kettenis Date: Fri, 04 Jan 2002 16:41:00 -0000 In-Reply-To: Jason R Thorpe's message of Fri, 4 Jan 2002 16:07:46 -0800 Message-ID: X-Mailer: Gnus v5.5/Emacs 20.2 X-SW-Source: 2002-01/txt/msg00051.txt.bz2 Jason R Thorpe writes: > The following patch overhauls i386nbsd-nat.c, using new interfaces to > access the gdb regcache, and adds support for XMM registers and ELF > format NetBSD core files. Is there any chance that I can convince you to make NetBSD use i386bsd-nat.c instead of i386nbsd-nat.c? NetBSD is close enough to FreeBSD and OpenBSD to be able to use the same basic functionality on all of them. Mark