Fix an issue where the apropos command would not print fully qualified command names...
authorEnrico Granata <egranata@apple.com>
Mon, 2 May 2016 21:28:40 +0000 (21:28 +0000)
committerEnrico Granata <egranata@apple.com>
Mon, 2 May 2016 21:28:40 +0000 (21:28 +0000)
commit0a9948534107b247f93420076a7f5b765e31d00c
tree766dc58a18addd3028461c7fc07b446b2d911583
parent6bbd78df6f39e2ede1d4898b85e3e66c78474ff3
Fix an issue where the apropos command would not print fully qualified command names for nested command objects

rdar://problem/26020072

llvm-svn: 268309
lldb/packages/Python/lldbsuite/test/help/TestApropos.py [new file with mode: 0644]
lldb/source/Interpreter/CommandInterpreter.cpp