Date: Mon, 3 Jan 2005 17:54:46 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_command.c Message-ID: <200501031754.j03HskhY042347@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501031754.j03HskhY042347>