Make 'type lookup' print an error message instead of complete radio silence when...
authorEnrico Granata <egranata@apple.com>
Thu, 24 Mar 2016 21:32:39 +0000 (21:32 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 24 Mar 2016 21:32:39 +0000 (21:32 +0000)
commit3cf9ff12c51e1a446f019c001472f30024583fda
tree0fc4d36d39633640a2d5fdc8b951d912f0bbb365
parent8160812e26e71c563b63d17768ab177856bf4dba
Make 'type lookup' print an error message instead of complete radio silence when it can't find a type matching user input

It would be fun to make it provide suggestions (e.g. 'can't find NString, did you mean NSString instead?'), but this worries me a little bit on the account of just how thorough of a type system scan it would have to do

llvm-svn: 264343
lldb/packages/Python/lldbsuite/test/functionalities/type_lookup/TestTypeLookup.py
lldb/source/Commands/CommandObjectType.cpp