cvs commit: src/sys/ddb db_ps.c
Julian Elischer
julian at FreeBSD.org
Fri Jun 6 13:28:12 PDT 2003
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
More information about the cvs-all
mailing list