cvs commit: src/sys/ddb db_command.c
John Baldwin
jhb at FreeBSD.org
Mon Oct 24 08:21:37 PDT 2005
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
More information about the cvs-src
mailing list