Fix an issue with nested aliases where the help system wouldn't correctly track the...
authorEnrico Granata <egranata@apple.com>
Fri, 25 Mar 2016 21:59:06 +0000 (21:59 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 25 Mar 2016 21:59:06 +0000 (21:59 +0000)
commit3c110dd6b40dff4e46b391878112a874e03f12a6
tree1dba0cad68c7a732edaafdea80fc7a1077879e33
parentd0ac31a70694a8bf5604a151afa913b6a51078b9
Fix an issue with nested aliases where the help system wouldn't correctly track the fact that an alias is an alias to a dash-dash alias
(and I hope I typed the word 'alias' enough times in this commit message :-)

llvm-svn: 264468
lldb/include/lldb/Interpreter/CommandAlias.h
lldb/packages/Python/lldbsuite/test/functionalities/nested_alias/TestNestedAlias.py
lldb/source/Interpreter/CommandAlias.cpp