From owner-cvs-src@FreeBSD.ORG Mon Jun 21 18:50:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B4B16A4CF; Mon, 21 Jun 2004 18:50:27 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B85D43D2F; Mon, 21 Jun 2004 18:50:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i5LIoQlC007566; Mon, 21 Jun 2004 11:50:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5LIoQGj007565; Mon, 21 Jun 2004 11:50:26 -0700 (PDT) (envelope-from obrien) Date: Mon, 21 Jun 2004 11:50:26 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040621185026.GA7109@dragon.nuxi.com> References: <200406202036.i5KKaGe8054684@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406202036.i5KKaGe8054684@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gdb move-if-change src/contrib/gdb/gdb abug-rom.c alpha-nat.c arm-tdep.c coff-solib.c coff-solib.h cpu32bug-rom.c gnu-nat.c gnu-nat.h i386-stub.c i386gnu-nat.c i386ly-tdep.c i386v-nat.c i386v4-nat.c lynx-nat.c minimon.h ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 18:50:27 -0000 On Sun, Jun 20, 2004 at 08:36:16PM +0000, Marcel Moolenaar wrote: > Log: > Revive files which were pulled from the vendor branch only to be > removed on HEAD, but which are part of the GDB 6.1.1 import. This > makes HEAD identical to the vendor branch, for better or for > worse. > > Revision Changes Path > 1.3 +182 -0 src/contrib/gdb/gdb/abug-rom.c (new) > 1.3 +180 -0 src/contrib/gdb/gdb/cpu32bug-rom.c (new) We will start to support the ABug and CPU32Bug Rom monitors? > http://cvsweb.freebsd.org/src/contrib/gdb/gdb/alpha-nat.c?rev=1.3 This isn't used by gdb6 for BSD, only OSF/1 and Linux. Will we start to use it? > 1.3 +134 -0 src/contrib/gdb/gdb/coff-solib.c (new) We need to debug COFF SVR3 shared libraries? > 1.3 +86 -0 src/contrib/gdb/gdb/config/nm-lynx.h (new) > 1.3 +32 -0 src/contrib/gdb/gdb/config/tm-sunos.h (new) Same for Lynx and SunOS platforms? > 1.3 +2194 -0 src/contrib/gdb/gdb/remote-e7000.c (new) > 1.3 +186 -0 src/contrib/gdb/gdb/remote-est.c (new) > 1.3 +159 -0 src/contrib/gdb/gdb/remote-hms.c (new) > 1.3 +803 -0 src/contrib/gdb/gdb/remote-st.c (new) More hardware ICE's and switches I don't see ever being related to FreeBSD. etc... -- -- David (obrien@FreeBSD.org)