From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17943 invoked by alias); 30 Jul 2004 14:26: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 17894 invoked from network); 30 Jul 2004 14:26:05 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 30 Jul 2004 14:26:05 -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 i6UEQ4J8019959 for ; Fri, 30 Jul 2004 16:26:04 +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 i6UEQ4MA026584 for ; Fri, 30 Jul 2004 16:26:04 +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 i6UEQ4t8026581; Fri, 30 Jul 2004 16:26:04 +0200 (CEST) Date: Fri, 30 Jul 2004 18:08:00 -0000 Message-Id: <200407301426.i6UEQ4t8026581@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb@sources.redhat.com Subject: standalone.c and the VAX xm.h files X-SW-Source: 2004-07/txt/msg00372.txt.bz2 Looking at the VAX xm.h files I noticed some strange defenitions in xm-vax.h. There's a comment in there that says: /* Interface definitions for kernel debugger KDB. */ These definitions are used in standalone.c, which AFAICT isn't hooked up to the build at all. I suppose this stuff was some sort of in-kernel debugger, but it must have been unused and broken for years now. I propose to whack it. Objections? Mark