diff options
author | brueffer <brueffer@FreeBSD.org> | 2005-02-08 15:07:50 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2005-02-08 15:07:50 +0000 |
commit | 0c981fbca0000033467088aa79ac288566ff3366 (patch) | |
tree | 499438e63edbc4b21ef964b8178a16fb3261bc1a | |
parent | c312924f2d9921133f9fcf4bcc365f997b1f75ac (diff) | |
download | FreeBSD-src-0c981fbca0000033467088aa79ac288566ff3366.zip FreeBSD-src-0c981fbca0000033467088aa79ac288566ff3366.tar.gz |
Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.
MFC after: 3 days
-rw-r--r-- | share/man/man4/gdb.4 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/share/man/man4/gdb.4 b/share/man/man4/gdb.4 index 6fdc03c..fe13387 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 |