diff options
-rw-r--r-- | share/man/man8/crash.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index d66e19dd5e1..b114d3da583 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.33 2010/11/08 15:52:05 sobrado Exp $ +.\" $OpenBSD: crash.8,v 1.34 2015/09/25 17:50:39 miod Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)crash.8 6.5 (Berkeley) 4/20/91 .\" -.Dd $Mdocdate: November 8 2010 $ +.Dd $Mdocdate: September 25 2015 $ .Dt CRASH 8 .Os .Sh NAME @@ -253,11 +253,9 @@ The .Fl O Ar paddr option prints each process' .Li struct proc -address, but with the value of KERNBASE masked off. +address. This is very useful information if you are analyzing process contexts in .Xr gdb 1 . -You need to add back KERNBASE though, that value can be found in -.Pa /usr/include/$ARCH/param.h . .Bd -literal -offset indent # vmstat -N /var/crash/bsd.0 -M /var/crash/bsd.0.core -m .Ed |