From owner-cvs-gnu Tue Oct 29 13:52:47 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26888 for cvs-gnu-outgoing; Tue, 29 Oct 1996 13:52:47 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26863; Tue, 29 Oct 1996 13:52:26 -0800 (PST) Date: Tue, 29 Oct 1996 13:52:26 -0800 (PST) From: Gary Jennejohn Message-Id: <199610292152.NAA26863@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gj 96/10/29 13:52:25 Modified: gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h Log: changes to gdb to: 1) add Garrett Wollman's trap frame resolving mods 2) make the `proc' command (kernel debugging) really work 3) allow use of a pid with the `proc' command (previously you had to provide the address of the proc structure) Unfortunately, the `proc' command won't work while doing remote debugging. Revision Changes Path 1.11 +189 -6 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c 1.5 +19 -4 src/gnu/usr.bin/gdb/gdb/kcorelow.c 1.5 +8 -4 src/gnu/usr.bin/gdb/gdb/tm.h