Date: Thu, 21 Dec 1995 11:21:02 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c exception.s swtch.s Message-ID: <199512211921.LAA28930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/12/21 11:21:01 Modified: sys/i386/i386 db_trace.c exception.s swtch.s Log: Rewrote most of the ddb stack traceback code. These changes are smarter about decoding trap/syscall/interrupt frames and generally works better than the previous stuff. Removed some special (incorrect) frobbing of the frame pointer that was messing some things up with the new traceback code. Revision Changes Path 1.13 +162 -207 src/sys/i386/i386/db_trace.c 1.14 +1 -12 src/sys/i386/i386/exception.s 1.24 +3 -3 src/sys/i386/i386/swtch.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512211921.LAA28930>