From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17384 invoked by alias); 5 Jan 2003 17:07:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17375 invoked from network); 5 Jan 2003 17:07:57 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 5 Jan 2003 17:07:57 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h05H7ko19299 for gdb-patches@sources.redhat.com; Sun, 5 Jan 2003 11:07:46 -0600 Date: Sun, 05 Jan 2003 17:07:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301051707.h05H7ko19299@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [patch] README: remove references to deleted remote-*.c X-SW-Source: 2003-01/txt/msg00185.txt.bz2 This patch removes gdb/README references to deleted remote-*.c files. All these files are deleted, not just obsolete. I noticed this while I was writing new text for the next section down, "Reporting Bugs in GDB". Testing: I checked for ChangeLog entries about these file deletions. I'm not failing to see them due to a CVS glitch or something. I am committing this under the obvious fix rule. Michael C === 2003-01-05 Michael Chastain * README: Remove references to deleted remote-*.c files: remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c, remote-nrom.c, remote-os9k.c, remote-udi.c. === Index: README =================================================================== RCS file: /cvs/src/src/gdb/README,v retrieving revision 1.22 diff -u -r1.22 README --- README 5 Sep 2002 12:13:08 -0000 1.22 +++ README 5 Jan 2003 16:47:49 -0000 @@ -449,38 +449,23 @@ There are a number of remote interfaces for talking to existing ROM monitors and other hardware: - remote-adapt.c AMD 29000 "Adapt" remote-array.c Array Tech RAID controller remote-e7000.c Hitachi E7000 ICE - remote-eb.c AMD 29000 "EBMON" remote-es.c Ericsson 1800 monitor remote-est.c EST emulator remote-hms.c Hitachi Micro Systems H8/300 monitor remote-mips.c MIPS remote debugging protocol - remote-mm.c AMD 29000 "minimon" - remote-nindy.c Intel 960 "Nindy" - remote-nrom.c NetROM ROM emulator - remote-os9k.c PC running OS/9000 remote-rdi.c ARM with Angel monitor remote-rdp.c ARM with Demon monitor remote-sds.c PowerPC SDS monitor remote-sim.c Generalized simulator protocol remote-st.c Tandem ST-2000 monitor - remote-udi.c AMD 29000 using the AMD "Universal Debug Interface" 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. - - Remote-udi.c and the 29k-share subdirectory contain a remote -interface for AMD 29000 programs, which uses the AMD "Universal Debug -Interface". This allows GDB to talk to software simulators, -emulators, and/or bare hardware boards, via network or serial -interfaces. Note that GDB only provides an interface that speaks UDI, -not a complete solution. You will need something on the other end -that also speaks UDI. Reporting Bugs in GDB