From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 691 invoked by alias); 12 Apr 2004 17:39:02 -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 578 invoked from network); 12 Apr 2004 17:38:45 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.113.248) by sources.redhat.com with SMTP; 12 Apr 2004 17:38:45 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3CHcglt001276; Mon, 12 Apr 2004 19:38:42 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i3CHcgM3032202; Mon, 12 Apr 2004 19:38:42 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i3CHcfal032199; Mon, 12 Apr 2004 19:38:41 +0200 (CEST) Date: Mon, 12 Apr 2004 19:00:00 -0000 Message-Id: <200404121738.i3CHcfal032199@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: thorpej@wasabisystems.com, gdb@sources.redhat.com In-reply-to: <407AC712.9020702@gnu.org> (message from Andrew Cagney on Mon, 12 Apr 2004 12:42:58 -0400) Subject: Re: The VAX References: <200404121545.i3CFjD7N026735@elgar.kettenis.dyndns.org> <407AC712.9020702@gnu.org> X-SW-Source: 2004-04/txt/msg00065.txt.bz2 Date: Mon, 12 Apr 2004 12:42:58 -0400 From: Andrew Cagney > 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. I've got a working NetBSD/vax GDB now. The BSD-specific nat code is already checked in :-). I just need to tweak the config files, but I don't want to do that now since that'll probably mean I'll have to rebuild everything, which is a bit time-consuming. I'll do that when I'm finished rewriting the code in vax-tdep.c. In the mean time, would it be a problem if frameifying the VAX would nuke signal trampoline handling on Ultrix? Not that I expect it to be working... Mark