diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-09 21:33:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-09 21:33:41 +0000 |
commit | a6d89303f4ada55365b1683e357da4c6f84fb882 (patch) | |
tree | 2df5d8854adefc4aa6c058ee8a72f42d24471986 /share/man/man8/crash.8 | |
parent | 6d849ff765a6ea50df3874a20e49b16153bfaf99 (diff) |
note that only some archs (currently) support target "kvm";
from nikns (pr #5103);
ok kettenis
Diffstat (limited to 'share/man/man8/crash.8')
-rw-r--r-- | share/man/man8/crash.8 | 8 |
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. |