From owner-cvs-src@FreeBSD.ORG Mon Jan 3 17:54:46 2005 Return-Path: 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 90EDC16A4CE; Mon, 3 Jan 2005 17:54:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6906C43D48; Mon, 3 Jan 2005 17:54:46 +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 j03Hskb3042348; Mon, 3 Jan 2005 17:54:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j03HskhY042347; Mon, 3 Jan 2005 17:54:46 GMT (envelope-from rwatson) Message-Id: <200501031754.j03HskhY042347@repoman.freebsd.org> From: Robert Watson Date: Mon, 3 Jan 2005 17:54:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ddb db_command.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 03 Jan 2005 17:54:46 -0000 rwatson 2005-01-03 17:54:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ddb db_command.c Log: Merge db_Command.c:1.58 from HEAD to RELENG_5: date: 2004/11/23 23:11:47; author: rwatson; state: Exp; lines: +6 -0 When printing a stack trace for a thread, also print the pid and tid. When a series of traces is included in a bug report, this will make it easier to tie the trace information back to ps or threads output, each of which will show the pid or the tid, but usually not both. Revision Changes Path 1.57.2.1 +6 -0 src/sys/ddb/db_command.c