Don't make regexp commands as regular commands - they are "short cuts" and users...
authorJim Ingham <jingham@apple.com>
Wed, 10 Oct 2012 16:51:31 +0000 (16:51 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 10 Oct 2012 16:51:31 +0000 (16:51 +0000)
commit71bf2995813ebde1127e7c4de2787038a82d0861
treeca8ad2d40a5b5c2fc81d34d5fd64dd4607b6285b
parente723a27ffebe0f62d647c60eb8d71bd554631473
Don't make regexp commands as regular commands - they are "short cuts" and users should be able to override them with "unalias" but you can't unalias normal commands.

llvm-svn: 165630
lldb/source/Interpreter/CommandInterpreter.cpp