aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-10-13 03:14:54 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-10-13 03:14:54 +0000
commit07ffdb5e1d0b99d45f0e229695c93059c61be649 (patch)
treedc0f3c2a3c9e3ac9e219f269dd06270b63d469bf /sys/modules
parent87674bdf2adea4c066e0fc3938a4205d6938725b (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/vinum/.gdbinit.kernel6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/vinum/.gdbinit.kernel b/sys/modules/vinum/.gdbinit.kernel
index ecef6510e4ef..c814d7f1d56a 100644
--- a/sys/modules/vinum/.gdbinit.kernel
+++ b/sys/modules/vinum/.gdbinit.kernel
@@ -637,3 +637,9 @@ end
document kldstat
Equivalent of the kldstat(9) command, without options.
end
+define msgbuf
+printf "%s", msgbufp->msg_ptr
+end
+document msgbuf
+Print the system message buffer (dmesg). This can take a long time due to the time it takes to transmit the data across a serial line.
+end