Date: Fri, 6 Apr 2001 14:41:52 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_interface.c Message-ID: <200104062141.f36LfqY56719@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/04/06 14:41:52 PDT Modified files: sys/i386/i386 db_interface.c Log: Add a new ddb command 'show pcpu' which lists some of the per-cpu data. Specifically, the cpuid, curproc, curpcb, npxproc, and idleproc members. Also, if witness is compiled into the kernel, then a list of all the spin locks held by this CPU is displayed. By default the information for the current CPU is displayed, but a decimal cpu id may be specified as a parameter to obtain information on a specific CPU. Revision Changes Path 1.56 +46 -2 src/sys/i386/i386/db_interface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104062141.f36LfqY56719>