cvs commit: src/sys/i386/i386 db_trace.c
Konstantin Belousov
kib at FreeBSD.org
Sat Sep 27 15:54:14 UTC 2008
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
More information about the cvs-src
mailing list