From owner-cvs-all Sun Jul 28 11:46:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C381D37B400; Sun, 28 Jul 2002 11:46:12 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B98F43E3B; Sun, 28 Jul 2002 11:46:12 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 723512A7D6; Sun, 28 Jul 2002 11:46:12 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c exception.s In-Reply-To: <20020729043324.S48626-100000@gamplex.bde.org> Date: Sun, 28 Jul 2002 11:46:12 -0700 From: Peter Wemm Message-Id: <20020728184612.723512A7D6@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bruce Evans wrote: > On Sat, 27 Jul 2002, Peter Wemm wrote: > > > peter 2002/07/27 17:27:51 PDT > > > > Modified files: > > sys/i386/i386 db_trace.c exception.s > > Log: > > Unwind the syscall_with_err_pushed tweak that jake did some time back. > > > > OK'ed by: jake > > Thanks. I didn't like being reminded of this bug in every (i386) panic > trace. I'm also thinking about doing a pass through and adding END(func) support and macros so that we get .size directives like on all the other platforms. gdb seems happier with this. > > Revision Changes Path > > 1.48 +3 -1 src/sys/i386/i386/db_trace.c > > 1.98 +14 -2 src/sys/i386/i386/exception.s > > gdb probably needs changes like the ones in db_trace.c. It has nothing > to back out since it hasn't even caught up with the Xsyscall -> > X{lcall,int0x80}syscall change yet. I'd actually already done this (and done it once before with the old gdb) but just never got round to testing/committing it.. > Bruce > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message