From 050892f9a23484ea929cad5511aad13763d5b82f Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Tue, 8 Feb 2005 15:07:50 +0000 Subject: [PATCH] Nuke information about GDB_REMOTE_CHAT, it was removed some time ago. MFC after: 3 days --- share/man/man4/gdb.4 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/share/man/man4/gdb.4 b/share/man/man4/gdb.4 index 6fdc03c1c045..fe1338750873 100644 --- a/share/man/man4/gdb.4 +++ b/share/man/man4/gdb.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 30, 2003 +.Dd February 8, 2005 .Dt GDB 4 .Os .Sh NAME @@ -33,7 +33,6 @@ .Sh SYNOPSIS .Cd "makeoptions DEBUG=-g" .Cd "options DDB" -.Cd "options GDB_REMOTE_CHAT" .Sh DESCRIPTION The .Nm @@ -138,18 +137,10 @@ so the entry in should be: .Pp .Dl hint.sio.0.flags="0x90" -.Pp -To share a console and debug connection on a serial line, use the -.Cd "options GDB_REMOTE_CHAT" -option. .Ss "Debugging a live system with a remote firewire link" As with serial debugging, to debug a live system with a firewire link, the kernel must be compiled with the option .Cd "options DDB" . -The -.Cd "options GDB_REMOTE_CHAT" -is not necessary, since the firewire implementation uses separate ports for the -console and debug connection. .Pp A number of steps must be performed to set up a firewire link: .Bl -bullet