diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 04:12:28 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-25 04:12:28 +0000 |
commit | 343e0b3d0999be77a680bb745325d583938134ac (patch) | |
tree | 7916138f308ac0292bb8ff9e29135596ac34fee9 | |
parent | 5ba4bdf4ab1ffbe2b4599f2ebc9242d1a144e007 (diff) |
Since "CAVEATS" is going to be plural regardless, there might as well
be more than one entry. Also add some information on detaching.
-rw-r--r-- | share/man/man7/kgdb.7 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man7/kgdb.7 b/share/man/man7/kgdb.7 index 61c9660e005..b5080df85f6 100644 --- a/share/man/man7/kgdb.7 +++ b/share/man/man7/kgdb.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kgdb.7,v 1.3 2001/08/25 03:16:43 hugh Exp $ +.\" $OpenBSD: kgdb.7,v 1.4 2001/08/25 04:12:27 hugh Exp $ .\" .\" Copyright (c) 2001 Hugh Graham .\" @@ -64,8 +64,7 @@ On the control system, run gdb on the kernel just copied. Issue the command "target remote /dev/<serial port>" within gdb. The target system should enter kgdb at this point. .It -Debug as normal, with the understanding that the remote connection -will introduce certain latencies a local debugger would not see. +Debug as normal and detach when done, the target should resume normal operation. .El .Sh SEE ALSO .Xr gdb 1 , @@ -79,4 +78,7 @@ The manual page was written by Hugh Graham, with subsequent modifications by Aaron Campbell. .Sh CAVEATS +The remote connection will introduce certain latencies a local debugger +would not see. +.Pp Not available on all architectures. |