From owner-cvs-all Sun Nov 28 3:59:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6924155F1; Sun, 28 Nov 1999 03:59:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61615; Sun, 28 Nov 1999 03:59:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199911281159.DAA61615@freefall.freebsd.org> From: Peter Wemm Date: Sun, 28 Nov 1999 03:59:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/11/28 03:59:19 PST Modified files: sys/kern link_elf.c Log: Fix an embarresing mistake in the kld symbol lookup for DDB. It should now correctly do a traceback when crashing inside a KLD module. PR: 15014 Submitted by: Vladimir N. Silyaev Revision Changes Path 1.22 +7 -5 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message