Make the error message from regex commands use the command's syntax string if it...
authorJim Ingham <jingham@apple.com>
Sat, 6 Oct 2012 00:27:04 +0000 (00:27 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 6 Oct 2012 00:27:04 +0000 (00:27 +0000)
commit215341c25bed42510dd62c1161bcea42ffd20585
tree8ed486b7b1be183677a80f8ef644af9beb378eae
parentffe2d52a066678b17539960ba945f2e07899a716
Make the error message from regex commands use the command's syntax string if it exists rather than a generic but
not at all helpful message about not matching some unknown regex...

llvm-svn: 165349
lldb/source/Interpreter/CommandObjectRegexCommand.cpp