From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 16:37:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5795716A4CE for ; Fri, 12 Nov 2004 16:37:28 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE1D43D1D for ; Fri, 12 Nov 2004 16:37:28 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iACGbRv3020114 for ; Fri, 12 Nov 2004 08:37:27 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iACGbMnj020113 for freebsd-current@freebsd.org; Fri, 12 Nov 2004 08:37:22 -0800 (PST) (envelope-from sgk) Date: Fri, 12 Nov 2004 08:37:17 -0800 From: Steve Kargl To: FreeBSD Current Mailinglist Message-ID: <20041112163717.GB20057@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [PATCH] gdb.4: cuaa0 renamed to cuad0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 16:37:28 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch changes the cuaa* names to cuad*. -- Steve --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gdb.4.diff" --- gdb.4.orig Fri Nov 12 08:30:22 2004 +++ gdb.4 Fri Nov 12 08:31:31 2004 @@ -261,7 +261,7 @@ GNU gdb 5.2.1 (FreeBSD) .Em "(political statements omitted)" Ready to go. Enter 'tr' to connect to the remote target -with /dev/cuaa0, 'tr /dev/cuaa1' to connect to a different port +with /dev/cuad0, 'tr /dev/cuad1' to connect to a different port or 'trf portno' to connect to the remote target with the firewire interface. portno defaults to 5556. @@ -379,10 +379,10 @@ Debug a remote system via the specified serial or firewire interface. .It Ic tr0 Debug a remote system via serial interface -.Pa /dev/cuaa0 . +.Pa /dev/cuad0 . .It Ic tr1 Debug a remote system via serial interface -.Pa /dev/cuaa1 . +.Pa /dev/cuad1 . .It Ic trf Debug a remote system via firewire interface at default port 5556. .El --kXdP64Ggrk/fb43R--