From owner-cvs-all Sun Jul 28 11:37:37 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 3E4D637B400; Sun, 28 Jul 2002 11:37:34 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85EF43E67; Sun, 28 Jul 2002 11:37:32 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA18512; Mon, 29 Jul 2002 04:37:31 +1000 Date: Mon, 29 Jul 2002 04:41:59 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c exception.s In-Reply-To: <200207280027.g6S0RpSR079380@freefall.freebsd.org> Message-ID: <20020729043324.S48626-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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. > 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. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message