From 343e0b3d0999be77a680bb745325d583938134ac Mon Sep 17 00:00:00 2001 From: Hugh Graham Date: Sat, 25 Aug 2001 04:12:28 +0000 Subject: Since "CAVEATS" is going to be plural regardless, there might as well be more than one entry. Also add some information on detaching. --- share/man/man7/kgdb.7 | 8 +++++--- 1 file 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/" 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. -- cgit v1.2.3