mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.
MFC after: 3 days
This commit is contained in:
parent
119798b384
commit
050892f9a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141519
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user