From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24247 invoked by alias); 20 Nov 2006 18:07:59 -0000 Received: (qmail 24236 invoked by uid 22791); 20 Nov 2006 18:07:58 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Nov 2006 18:07:48 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 6EF9448CCB9 for ; Mon, 20 Nov 2006 13:06:44 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10567-01-6 for ; Mon, 20 Nov 2006 13:06:44 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 25E3748CC32 for ; Mon, 20 Nov 2006 13:06:44 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 28F1334C099; Mon, 20 Nov 2006 10:07:07 -0800 (PST) Date: Mon, 20 Nov 2006 18:07:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA] Remove obsolete info in README (remote-vx) Message-ID: <20061120180707.GF3329@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bajzpZikUji1w+G9" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00221.txt.bz2 --bajzpZikUji1w+G9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 503 The files mentioned in that section have been removed in 2004. The paragraph I propose to delete mentions that this code can be used as an example for communication via ethernet. Do we have another such example? Is this still relevant? (could we use ser-tcp in the remote stub for instance?) 2006-11-20 Joel Brobecker * README: Remove obsolete information. OK to apply? (will apply to the branch the patch that will actually be committed to head) Thanks, -- Joel --bajzpZikUji1w+G9 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="README.diff" Content-length: 913 Index: README =================================================================== RCS file: /cvs/src/src/gdb/README,v retrieving revision 1.37 diff -u -p -r1.37 README --- README 8 Aug 2006 20:26:23 -0000 1.37 +++ README 20 Nov 2006 17:59:28 -0000 @@ -1,5 +1,5 @@ README for gdb-6.3 release - Updated 8, November, 2004 by Andrew Cagney + Updated 20, November, 2006 This is GDB, the GNU source-level debugger. @@ -462,12 +462,6 @@ monitors and other hardware: remote-sds.c PowerPC SDS monitor remote-sim.c Generalized simulator protocol remote-st.c Tandem ST-2000 monitor - remote-vx.c VxWorks realtime kernel - - Remote-vx.c and the vx-share subdirectory contain a remote -interface for the VxWorks realtime kernel, which communicates over TCP -using the Sun RPC library. This would be a useful starting point for -other remote- via-ethernet back ends. Reporting Bugs in GDB --bajzpZikUji1w+G9--