From owner-cvs-all Mon Oct 29 4: 4:30 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 B54C437B403; Mon, 29 Oct 2001 04:04:23 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TC4N155084; Mon, 29 Oct 2001 04:04:23 -0800 (PST) (envelope-from dfr) Message-Id: <200110291204.f9TC4N155084@freefall.freebsd.org> From: Doug Rabson Date: Mon, 29 Oct 2001 04:04:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 db_interface.c db_trace.c machdep.c unaligned.c unwind.c src/sys/ia64/include rse.h unwind.h 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 dfr 2001/10/29 04:04:23 PST Modified files: sys/ia64/ia64 db_interface.c db_trace.c machdep.c unaligned.c Added files: sys/ia64/ia64 unwind.c sys/ia64/include rse.h unwind.h Log: * Factor out common code for manipulating the RSE backing store. * Implement a fairly simplistic parser for unwinding stack frames. * Use unwind records for DDB's 'trace' command. Also add support for tracing past exceptions to the context which generated the exception. The stack unwind code requires a toolchain based on binutils-2.11.2 or later and gcc-3.0.1 or later. Revision Changes Path 1.12 +5 -47 src/sys/ia64/ia64/db_interface.c 1.8 +55 -35 src/sys/ia64/ia64/db_trace.c 1.63 +58 -1 src/sys/ia64/ia64/machdep.c 1.2 +24 -54 src/sys/ia64/ia64/unaligned.c 1.1 +1472 -0 src/sys/ia64/ia64/unwind.c (new) 1.1 +35 -0 src/sys/ia64/include/rse.h (new) 1.1 +41 -0 src/sys/ia64/include/unwind.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message