From owner-cvs-gnu Fri Dec 19 13:41:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA21100 for cvs-gnu-outgoing; Fri, 19 Dec 1997 13:41:09 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA21028; Fri, 19 Dec 1997 13:40:23 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA03602; Fri, 19 Dec 1997 13:37:19 -0800 (PST) Date: Fri, 19 Dec 1997 13:37:19 -0800 (PST) Message-Id: <199712192137.NAA03602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb/gdb kvm-fbsd.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/19 13:37:19 PST Modified files: gnu/usr.bin/gdb/gdb kvm-fbsd.c Log: Exec dmesg and awk to print everything in the message buffer following "panic:" or "Fatal trap". `panicstr' is still printed, although it is redundant if there is a valid message buffer and incomplete if it contains `%'s. I think the awk command belongs here and not in a script since a standard format with complete messages is good for bug reports. Revision Changes Path 1.7 +10 -1 src/gnu/usr.bin/gdb/gdb/kvm-fbsd.c