summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat/dconschat.8
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-02-20 10:59:46 +0000
committersimokawa <simokawa@FreeBSD.org>2004-02-20 10:59:46 +0000
commit7ba479f8386b4828f95fc01c4b5da58fbc7d9168 (patch)
treea9f86a1f40250fe52e52f676f67e2a8585438fd0 /usr.sbin/dconschat/dconschat.8
parent2c4f32657572db29701324422c8aa756386d773c (diff)
downloadFreeBSD-src-7ba479f8386b4828f95fc01c4b5da58fbc7d9168.zip
FreeBSD-src-7ba479f8386b4828f95fc01c4b5da58fbc7d9168.tar.gz
Normalize polling interval while the target is offline.
Diffstat (limited to 'usr.sbin/dconschat/dconschat.8')
-rw-r--r--usr.sbin/dconschat/dconschat.89
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8
index 2289cc2..4f17d30 100644
--- a/usr.sbin/dconschat/dconschat.8
+++ b/usr.sbin/dconschat/dconschat.8
@@ -179,7 +179,9 @@ To quit the session, type CR + '~' + '.' in the console port.
Using gdb port is almost the same as remote gdb over serial line except
using TCP/IP instead of /dev/cu*. See
"On-line Kernel Debugging Using Remote GDB"
-section of The FreeBSD Developers Handbook.
+section of The FreeBSD Developers Handbook and
+.Xr gdb 4
+for detail.
.Bd -literal -offset indent
% gdb -k kernel.debug
(kgdb) target remote :12345
@@ -200,8 +202,8 @@ If you want access to the console using telnet, try the following:
.Ed
.Pp
You may want to keep logging console output of several machines. Conserve-com
-in the ports collection should help you. Insert the following lines
-in the conserver.cf
+in the ports collection may help you. Insert the following lines
+in the conserver.cf.
.Bd -literal -offset indent
console local {
master localhost;
@@ -229,6 +231,7 @@ console remote {
.Xr ddb 4 ,
.Xr firewire 4 ,
.Xr fwohci 4 ,
+.Xr gdb 4 ,
.Xr fwcontrol 8
.Sh AUTHORS
.An Hidetoshi Shimokawa Aq simokawa@FreeBSD.org
OpenPOWER on IntegriCloud