If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead...
authorGreg Clayton <gclayton@apple.com>
Wed, 25 Feb 2015 00:32:43 +0000 (00:32 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 25 Feb 2015 00:32:43 +0000 (00:32 +0000)
commit7d1069d09ed6b9c1026132bb1d68952f079e8db7
treec6781cec4ac43ab8d1c3ef594d78241ea5fb99e7
parentc609a5927cdd24dcd5ef64c57d73bc9714f3a647
If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ".

Fix this by returning the fact that the "symbols" word is complete if there is nothing else to complete after the "symbols" word.

<rdar://problem/19164599>

llvm-svn: 230408
lldb/source/Commands/CommandObjectMultiword.cpp