]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Factor out common code for manipulating the RSE backing store.
authordfr <dfr@FreeBSD.org>
Mon, 29 Oct 2001 12:04:23 +0000 (12:04 +0000)
committerdfr <dfr@FreeBSD.org>
Mon, 29 Oct 2001 12:04:23 +0000 (12:04 +0000)
commit19a2ddc6e324b8f562037edb5a5bdbb1e885adf8
treef6b7b575cc4479a23538627864c10192b9bd1485
parent53c1fbf1060e42c85190bbb679f613e63df1fead
* 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.
sys/ia64/ia64/db_interface.c
sys/ia64/ia64/db_trace.c
sys/ia64/ia64/machdep.c
sys/ia64/ia64/unaligned.c
sys/ia64/ia64/unwind.c [new file with mode: 0644]
sys/ia64/include/rse.h [new file with mode: 0644]
sys/ia64/include/unwind.h [new file with mode: 0644]