From owner-cvs-all@FreeBSD.ORG Thu Sep 9 20:39:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073AC16A4CE; Thu, 9 Sep 2004 20:39:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB35043D3F; Thu, 9 Sep 2004 20:39:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i89KdVbT025378; Thu, 9 Sep 2004 20:39:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i89KdV1P025377; Thu, 9 Sep 2004 20:39:31 GMT (envelope-from jhb) Message-Id: <200409092039.i89KdV1P025377@repoman.freebsd.org> From: John Baldwin Date: Thu, 9 Sep 2004 20:39:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 09 Sep 2004 20:39:32 -0000 jhb 2004-09-09 20:39:31 UTC FreeBSD src repository Modified files: sys/i386/i386 db_trace.c Log: Teach the stack trace code how to step across a double fault when stepping across frames. Basically, if the current frame is for the 'dblfault_handler' function, then get the next %eip and %ebp values to use from the original TSS of the thread that has the saved state when the double fault triggered. MFC after: 4 days Revision Changes Path 1.62 +20 -0 src/sys/i386/i386/db_trace.c