From owner-cvs-all@FreeBSD.ORG Sun Oct 2 11:41:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 DDAEA16A423; Sun, 2 Oct 2005 11:41:12 +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 9AC0243D45; Sun, 2 Oct 2005 11:41:12 +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 j92BfCtk056338; Sun, 2 Oct 2005 11:41:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j92BfCKE056337; Sun, 2 Oct 2005 11:41:12 GMT (envelope-from rwatson) Message-Id: <200510021141.j92BfCKE056337@repoman.freebsd.org> From: Robert Watson Date: Sun, 2 Oct 2005 11:41:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ddb db_command.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, 02 Oct 2005 11:41:13 -0000 rwatson 2005-10-02 11:41:12 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: 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 MFC after: 3 days Revision Changes Path 1.62 +18 -0 src/sys/ddb/db_command.c