diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-05 14:45:55 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-05 14:45:55 +0000 |
commit | e7d0adf95322ccbac21d361be1700e9edb07eff2 (patch) | |
tree | 0a7ba8b2db2a1f697897ee36c97e0c9344da12c9 /share/man/man8/crash.8 | |
parent | 7ef5a345919c1cba77bdfe5ffcf43dde619dabd4 (diff) |
Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok
Tip of the day: www.mpechismazohist.com
Diffstat (limited to 'share/man/man8/crash.8')
-rw-r--r-- | share/man/man8/crash.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 4948fd39a20..6126b08a231 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.13 2001/08/22 08:16:50 niklas Exp $ +.\" $OpenBSD: crash.8,v 1.14 2001/10/05 14:45:54 mpech Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -162,7 +162,8 @@ Copyright 1996 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. -There is absolutely no warranty for GDB. Type "show warranty" for details. +There is absolutely no warranty for GDB. +Type "show warranty" for details. This GDB was configured as "i386-unknown-openbsd2.8". (gdb) file /var/crash/bsd.0 Reading symbols from /var/crash/bsd.0...(no debugging symbols found)...done. @@ -301,9 +302,9 @@ The first number is the offset. Find the offset that you got in the ddb trace (in this case it's 4711). .Pp -When reporting data collected in this way, include ~20 lines before and ~10 lines -after the offset from the objdump output in the crash report, as well as the output -of +When reporting data collected in this way, include ~20 lines before and ~10 +lines after the offset from the objdump output in the crash report, as well +as the output of .Xr ddb 4 Ns 's "show registers" command. It's important that the output from objdump includes at least two or |