From owner-cvs-gnu Sun Apr 27 14:37:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA00688 for cvs-gnu-outgoing; Sun, 27 Apr 1997 14:37:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA00663; Sun, 27 Apr 1997 14:37:06 -0700 (PDT) From: Gary Jennejohn Received: (from gj@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA23008; Sun, 27 Apr 1997 14:36:50 -0700 (PDT) Date: Sun, 27 Apr 1997 14:36:50 -0700 (PDT) Message-Id: <199704272136.OAA23008@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 gdb.1 Makefile kvm-fbsd.c Sender: owner-cvs-gnu@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk gj 97/04/27 14:36:50 Modified: gnu/usr.bin/gdb/gdb Makefile kvm-fbsd.c Added: gnu/usr.bin/gdb/gdb gdb.1 Log: change kvm-fbsd.c so that kernel debugging works again. document the -k and -wcore options in the manpage. change Makefile to use a local copy of the manpage. Revision Changes Path 1.22 +3 -1 src/gnu/usr.bin/gdb/gdb/Makefile 1.2 +19 -8 src/gnu/usr.bin/gdb/gdb/kvm-fbsd.c