From owner-cvs-all Mon Apr 16 19:41:45 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 6AC0537B423; Mon, 16 Apr 2001 19:41:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H2fgS72270; Mon, 16 Apr 2001 19:41:42 -0700 (PDT) (envelope-from jhb) Message-Id: <200104170241.f3H2fgS72270@freefall.freebsd.org> From: John Baldwin Date: Mon, 16 Apr 2001 19:41:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha db_interface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/16 19:41:42 PDT Modified files: sys/alpha/alpha db_interface.c Log: - Stop other CPU's in the SMP case when we enter ddb. - Add a new ddb command: 'show pcpu' similar to the i386 command added recently. By default it displays the current CPU's info, but an optional argument can specify the logical ID of a specific CPU to examine. Revision Changes Path 1.17 +53 -3 src/sys/alpha/alpha/db_interface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message