From owner-freebsd-current Mon Oct 8 17: 6:18 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 38F9E37B40A for ; Mon, 8 Oct 2001 17:06:10 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f9905w944713; Mon, 8 Oct 2001 17:05:58 -0700 (PDT) (envelope-from obrien) Date: Mon, 8 Oct 2001 17:05:58 -0700 From: "David O'Brien" To: Ian Dowse Cc: current@freebsd.org Subject: Re: Missing stack frames in kgdb/ddb traces Message-ID: <20011008170557.B43343@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200110072132.aa77889@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110072132.aa77889@salmon.maths.tcd.ie>; from iedowse@maths.tcd.ie on Sun, Oct 07, 2001 at 09:32:56PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 09:32:56PM +0100, Ian Dowse wrote: > Index: gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c > =================================================================== > RCS file: /dump/FreeBSD-CVS/src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c,v > retrieving revision 1.27 > diff -u -r1.27 kvm-fbsd.c > --- gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c 19 Sep 2001 18:42:19 -0000 1.27 > +++ gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c 7 Oct 2001 19:45:28 -0000 > @@ -176,7 +176,7 @@ > return (read_memory_integer (fr->frame + 8 + oEIP, 4)); > > case tf_interrupt: > - return (read_memory_integer (fr->frame + 16 + oEIP, 4)); > + return (read_memory_integer (fr->frame + 12 + oEIP, 4)); Please commit, if this is tested. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message