Date: Mon, 24 Oct 2005 15:21:36 +0000 (UTC) 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_command.c Message-ID: <200510241521.j9OFLaET015335@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510241521.j9OFLaET015335>