From owner-freebsd-commit Thu Dec 21 23:09:33 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10312 for freebsd-commit-outgoing; Thu, 21 Dec 1995 23:09:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10301 for cvs-all-outgoing; Thu, 21 Dec 1995 23:09:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10291 for cvs-sys-outgoing; Thu, 21 Dec 1995 23:09:27 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA10284 Thu, 21 Dec 1995 23:09:26 -0800 (PST) Date: Thu, 21 Dec 1995 23:09:26 -0800 (PST) From: David Greenman Message-Id: <199512220709.XAA10284@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 95/12/21 23:09:25 Modified: sys/i386/i386 db_trace.c Log: Fix a small logic bug that caused the arguments of the previous frame to be used instead of the ones for the current frame if a breakpoint had been set at the entry to a function. Revision Changes Path 1.14 +6 -3 src/sys/i386/i386/db_trace.c