From owner-cvs-src@FreeBSD.ORG Thu Oct 6 13:15:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D501016A41F; Thu, 6 Oct 2005 13:15:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934B543D46; Thu, 6 Oct 2005 13:15:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j96DFN8f052073; Thu, 6 Oct 2005 13:15:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j96DFNe1052061; Thu, 6 Oct 2005 13:15:23 GMT (envelope-from rwatson) Message-Id: <200510061315.j96DFNe1052061@repoman.freebsd.org> From: Robert Watson Date: Thu, 6 Oct 2005 13:15:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 13:15:24 -0000 rwatson 2005-10-06 13:15:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ddb db_command.c Log: Merge db_command.c:1.62 from HEAD to RELENG_6: Add a DDB "traceall" function, which stack traces all known process threads. This is quite useful if generating a debug log for post-mortem by another developer, in which case the person at the console may not know which threads are of interest. The output of this can be quite long. Discussed with: kris Approved by: re (scottl) Revision Changes Path 1.60.2.1 +18 -0 src/sys/ddb/db_command.c