diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-08-13 22:07:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-08-13 22:07:15 +0000 |
commit | 7b7bd2a1e17ffe0817e61f88c2d94febb5be652d (patch) | |
tree | 97bccc50de8a9678be4fe2a95df89c462c4ae793 /share/man | |
parent | e0f9c2b4a42298e77afe8a4513a982b3e3f5bbb2 (diff) |
Update for new gdb.
ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/crash.8 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index c2a82211b47..76d0ced83de 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crash.8,v 1.20 2004/02/01 12:21:16 jmc Exp $ +.\" $OpenBSD: crash.8,v 1.21 2004/08/13 22:07:14 kettenis Exp $ .\" .\" Copyright (c) 1980, 1991 The Regents of the University of California. .\" All rights reserved. @@ -160,17 +160,16 @@ you should run loading in the images with the following commands: .Bd -literal -offset indent # gdb -GNU gdb 4.16.1 -Copyright 1996 Free Software Foundation, Inc. +GNU gdb 6.1 +Copyright 2004 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. -This GDB was configured as "i386-unknown-openbsd2.8". +There is absolutely no warranty for GDB. Type "show warranty" for details. +This GDB was configured as "i386-unknown-openbsd3.5". (gdb) file /var/crash/bsd.0 Reading symbols from /var/crash/bsd.0...(no debugging symbols found)...done. -(gdb) target kcore /var/crash/bsd.0.core +(gdb) target kvm /var/crash/bsd.0.core .Ed .Pp After this, you can use the |