Make it so that a command alias can actually remove the help/long help from its paren...
authorEnrico Granata <egranata@apple.com>
Tue, 22 Mar 2016 22:12:59 +0000 (22:12 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 22 Mar 2016 22:12:59 +0000 (22:12 +0000)
commitbfb75e9bbceae6e872107df5c4e8c367291fdd53
tree3e98a117afabef58f5bbb1db598123cf55fa75f1
parente87e1c6cdd893cf7481029acb030d90cbd4b3e87
Make it so that a command alias can actually remove the help/long help from its parent command by setting itself to an empty help string

llvm-svn: 264108
lldb/include/lldb/Interpreter/CommandAlias.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Interpreter/CommandAlias.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/CommandObject.cpp