From owner-cvs-all Fri Apr 6 14:41:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DD237B422; Fri, 6 Apr 2001 14:41:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f36LfqY56719; Fri, 6 Apr 2001 14:41:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200104062141.f36LfqY56719@freefall.freebsd.org> From: John Baldwin Date: Fri, 6 Apr 2001 14:41:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_interface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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