From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2703 invoked by alias); 2 May 2003 23:08:40 -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 2688 invoked from network); 2 May 2003 23:08:40 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 2 May 2003 23:08:40 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9C9712B2F; Fri, 2 May 2003 19:08:37 -0400 (EDT) Message-ID: <3EB2FA75.6030801@redhat.com> Date: Fri, 02 May 2003 23:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com, don@sandvine.com Subject: Delete remote VxWorks RDB support? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00024.txt.bz2 Hello, I found this gem, added 10-May-01, in gdb/TODO: > Obsolete the protocols: > > RDB? > > ``As of version 5.3, WindRiver has removed the RDB server (RDB > protocol support is built into gdb).'' -- Till. See: WDB support for the vxWorks target http://sources.redhat.com/ml/gdb/2001-05/msg00041.html It would affect the files: cagney@nettle$ ls *vx* remote-vx.c remote-vx68.c remote-vxmips.c remote-vxsparc.c vx-share: CVS ptrace.h vxWorks.h xdr_ld.h xdr_rdb.c README regPacket.h wait.h xdr_ptrace.c xdr_rdb.h dbgRpcLib.h vxTypes.h xdr_ld.c xdr_ptrace.h Only thing is, there have been recent bug reports (against 5.1.1 mind): http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=329 The current code, which is heavily dependant on deprecated_registers[], needs a serious upgrade. Andrew