From owner-cvs-gnu Tue Oct 29 21:55:58 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03127 for cvs-gnu-outgoing; Tue, 29 Oct 1996 21:55:58 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-41.rdcy01.pacbell.net [206.170.5.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA03119; Tue, 29 Oct 1996 21:55:47 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id VAA00582; Tue, 29 Oct 1996 21:55:44 -0800 (PST) Message-Id: <199610300555.VAA00582@precipice.shockwave.com> To: Gary Jennejohn cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h In-reply-to: Your message of "Tue, 29 Oct 1996 13:52:26 PST." <199610292152.NAA26863@freefall.freebsd.org> Date: Tue, 29 Oct 1996 21:55:43 -0800 From: Paul Traina Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please make appropriate changes to the gdb-4.16 port, as gdb-4.13 is about to die. From: Gary Jennejohn Subject: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kcorelow.c tm.h 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