From owner-cvs-all Sat Jun 27 17:58:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27827 for cvs-all-outgoing; Sat, 27 Jun 1998 17:58:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27822; Sat, 27 Jun 1998 17:58:08 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA17854; Sat, 27 Jun 1998 17:57:30 -0700 (PDT) Date: Sat, 27 Jun 1998 17:57:30 -0700 (PDT) Message-Id: <199806280057.RAA17854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_elf.c db_kld.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/06/27 17:57:29 PDT Added files: sys/ddb db_elf.c db_kld.c Log: Add DDB symbol support for ELF and KLD. The KLD support only supports global symbols so its not too useful. Changes to the kernel linker to allow it to supply DDB with symbols will come later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message