Date: Sun, 5 Oct 2008 09:56:14 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_trace.c Message-ID: <200810050956.m959uTmS036715@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-10-05 09:56:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 db_trace.c Log: SVN rev 183622 on 2008-10-05 09:56:14Z by kib MFC r183413: Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handler and Xlazypmap differ from the frame for Xtimerint. The Xtimerint puts pointer to the frame between return address and frame body, while rest of the functions listed above do not. Correct offset calculation to allow the ddb backtrace to step over such frames. Approved by: re (kensmith) Revision Changes Path 1.79.2.2 +7 -2 src/sys/i386/i386/db_trace.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810050956.m959uTmS036715>