Date: Fri, 6 Jun 2003 13:28:11 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_ps.c Message-ID: <200306062028.h56KSBLS065059@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2003/06/06 13:28:11 PDT FreeBSD src repository Modified files: sys/ddb db_ps.c Log: Attempt to crunch down the thread state info so that it is more likely to fit on one line. Account for threads better. * No need to report that it is on a sleep queue if it is actually sleeping * "Normal" state is almost ubiquitous.. only report abnormal states. * increment the #lines count for each separate thread shown in threaded programs. makes it less likely that a threaded program will make all the data on a screen overflow off the top of the screen. Revision Changes Path 1.44 +15 -6 src/sys/ddb/db_ps.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306062028.h56KSBLS065059>