From owner-cvs-all Sat Nov 17 19:41:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7297337B417; Sat, 17 Nov 2001 19:41:12 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAI3fCd82112; Sat, 17 Nov 2001 19:41:12 -0800 (PST) (envelope-from jake) Message-Id: <200111180341.fAI3fCd82112@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 17 Nov 2001 19:41:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include db_machdep.h frame.h src/sys/sparc64/sparc64 db_interface.c db_trace.c X-FreeBSD-CVS-Branch: HEAD 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 jake 2001/11/17 19:41:12 PST Modified files: sys/sparc64/include db_machdep.h frame.h sys/sparc64/sparc64 db_interface.c db_trace.c Log: 1. Remove kdbframe. Bad idea. 2. Add a TF_DONE macro, which fiddles a trapframe to make the retry on return from traps act like a done (advance past the trapping instruction instead of re-executing). 3. Flush the windows before entering the debugger, since it is no longer done in the breakpoint trap vector. 4. Print a warning if trace is attempted, it is not yet implemented. 5. Print traps better and decode system calls in traces. Submitted by: rwatson (4) Revision Changes Path 1.6 +5 -9 src/sys/sparc64/include/db_machdep.h 1.10 +5 -10 src/sys/sparc64/include/frame.h 1.6 +2 -3 src/sys/sparc64/sparc64/db_interface.c 1.7 +60 -21 src/sys/sparc64/sparc64/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message