Date: Sat, 27 Sep 2008 15:54:04 +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: <200809271554.m8RFsAnc049117@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-09-27 15:54:04 UTC FreeBSD src repository Modified files: sys/i386/i386 db_trace.c Log: SVN rev 183413 on 2008-09-27 15:54:04Z by kib 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. Noted and reviewed by: tegge Tested by: pho MFC after: 1 week Revision Changes Path 1.81 +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?200809271554.m8RFsAnc049117>