From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10785 invoked by alias); 12 Apr 2004 16:43:06 -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 10778 invoked from network); 12 Apr 2004 16:43:05 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 12 Apr 2004 16:43:05 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B12482B9C; Mon, 12 Apr 2004 12:42:58 -0400 (EDT) Message-ID: <407AC712.9020702@gnu.org> Date: Mon, 12 Apr 2004 17:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Mark Kettenis , Jason R Thorpe Cc: gdb@sources.redhat.com Subject: Re: The VAX References: <200404121545.i3CFjD7N026735@elgar.kettenis.dyndns.org> In-Reply-To: <200404121545.i3CFjD7N026735@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00064.txt.bz2 > I've successfully installed NetBSD 1.6.1 on a VAX simulator. The > performance is actually quite reasonable on my AMD64 box. It is > currently compiling GDB. > > Anyway, I'm working on GDB's VAX target. Hopefully I'll have a > working native NetBSD/vax configuration soon. I'm already working on > frameifying vax-tdep.c. So stay tuned, and don't throw away the > current VAX stuff just yet... Been there, done that. Per my earlier e-mails, NetBSD/VAX GDB doesn't build - the nat code is simply missing. Andrew