Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2006 18:37:00 +0000 (UTC)
From:      Bruce Evans <bde@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:  <200610081837.k98Ib02G024860@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-10-08 18:37:00 UTC

  FreeBSD src repository

  Modified files:
    sys/ddb              db_command.c 
  Log:
  Added some aliases:
  - `b' is now an official alias for `break'.  It used to be an unofficial
    alias, but this was broken by adding the `bt' alias for `trace'.
  - `t' is now an official alias for `trace'.  It used to be an unofficial
    alias, but this was broken by adding the `thread' command.
  - `registers' is now an alias for `show registers'.  This is a hack to
    break the unofficial `r' alias for `reset'.  `r' really means
    `registers' in some debuggers, so I sometimes type it accidentally and
    am annoyed when it resets the system.  A short command shouldn't have
    such a large effect.  Now at least `res' must be typed to disambiguate
    `reset'.
  
  Revision  Changes    Path
  1.70      +3 -0      src/sys/ddb/db_command.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610081837.k98Ib02G024860>