From owner-cvs-src@FreeBSD.ORG  Mon Oct 24 15:21:37 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F36ED16A41F;
	Mon, 24 Oct 2005 15:21:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B109D43D45;
	Mon, 24 Oct 2005 15:21:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9OFLaFf015336;
	Mon, 24 Oct 2005 15:21:36 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9OFLaET015335;
	Mon, 24 Oct 2005 15:21:36 GMT (envelope-from jhb)
Message-Id: <200510241521.j9OFLaET015335@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Mon, 24 Oct 2005 15:21:36 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/ddb db_command.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Oct 2005 15:21:37 -0000

jhb         2005-10-24 15:21:36 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c 
  Log:
  - Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace'
    still works.  Also, this is consistent with 'show pcpu' vs
    'show allpcpu'.  (And 'show allstacks' on OS X for that matter.)
  - Add 'bt' as an alias for 'trace'.  We already have a 'where' alias as
    well, so this makes it easier for gdb-wired hands to work in ddb.
  
  Ok'd by:        rwatson (1)
  Requested by:   scottl (2)
  MFC after:      1 day
  
  Revision  Changes    Path
  1.64      +2 -1      src/sys/ddb/db_command.c