Date: Fri, 6 Jun 2003 10:20:47 -0700 (PDT) From: John Baldwin <jhb@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: <200306061720.h56HKlpg049297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/06/06 10:20:47 PDT FreeBSD src repository Modified files: sys/ddb db_ps.c Log: Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead of panic'ing. Also, for unknown thread states, print out the value rather than panic. Panic'ing in the debugger is pointless at best. Revision Changes Path 1.43 +4 -1 src/sys/ddb/db_ps.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306061720.h56HKlpg049297>