diff options
author | 2006-05-09 21:33:40 +0000 | |
---|---|---|
committer | 2006-05-09 21:33:40 +0000 | |
commit | 3c723d5a9dff612d4eb17bf38dfda9478ff23b45 (patch) | |
tree | 2c7f3e42a450437205cf3ba80df00bce5b2561f0 /share/man/man8/crash.8 | |
parent | can enter it again (diff) | |
download | wireguard-openbsd-3c723d5a9dff612d4eb17bf38dfda9478ff23b45.tar.xz wireguard-openbsd-3c723d5a9dff612d4eb17bf38dfda9478ff23b45.zip |
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. |