summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/crash.88
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8
index 8efa73d5fd1..372dcf2a538 100644
--- a/share/man/man8/crash.8
+++ b/share/man/man8/crash.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crash.8,v 1.24 2006/04/26 20:17:13 jmc Exp $
+.\" $OpenBSD: crash.8,v 1.25 2006/05/09 21:33:40 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -172,6 +172,12 @@ Reading symbols from /var/crash/bsd.0...(no debugging symbols found)...done.
(gdb) target kvm /var/crash/bsd.0.core
.Ed
.Pp
+[Note that the
+.Dq kvm
+target is currently only supported by
+.Xr gdb 1
+on some architectures.]
+.Pp
After this, you can use the
.Ic where
command to show trace of procedure calls that led to the crash.