From owner-cvs-all@FreeBSD.ORG Sun Oct 5 09:56:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBF0F1065689; Sun, 5 Oct 2008 09:56:29 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9A1D8FC0C; Sun, 5 Oct 2008 09:56:29 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m959uTRe036716; Sun, 5 Oct 2008 09:56:29 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m959uTmS036715; Sun, 5 Oct 2008 09:56:29 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200810050956.m959uTmS036715@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 5 Oct 2008 09:56:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/i386/i386 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2008 09:56:29 -0000 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