From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5380 invoked by alias); 29 Feb 2004 19:02:24 -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 5373 invoked from network); 29 Feb 2004 19:02:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 29 Feb 2004 19:02:23 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 27BE32B92; Sun, 29 Feb 2004 14:02:20 -0500 (EST) Message-ID: <4042373B.9000106@gnu.org> Date: Sun, 29 Feb 2004 19:02:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Jason Thorpe Cc: gdb@sources.redhat.com Subject: Re: NetBSD/VAX? References: <404229AB.6070401@gnu.org> <0E44E922-6AE4-11D8-BC14-000A957650EC@wasabisystems.com> In-Reply-To: <0E44E922-6AE4-11D8-BC14-000A957650EC@wasabisystems.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00434.txt.bz2 > On Feb 29, 2004, at 10:04 AM, Andrew Cagney wrote: > >> NetBSD/VAX (GDB's only VAX system) doesn't build as a native debugger (it never has). It is missing changes to configure.host that stop it configuring. I suspect it lacks other stuff. > > > At one point before 5.3, I had changes to bring the vax-netbsd* target totally up-to-date. I don't exactly remember why I didn't check them in. > > Anyway, I can probably dig them up and try to bring them up-to-date again. Thanks! The most immediate problem is configure.host, config/vax/nbsd.mh, and ptrace - none of that's in place, and trying to use vaxbsd.mh leads to build errors. I can probably look at the frame code after that (which is actually why I'm trying to build it :-) Andrew > (Sigh, I haven't had time to work on GDB in *so* long...)