Add a 'type info' command, which can be fed one or more local variables - and it...
authorEnrico Granata <egranata@apple.com>
Wed, 22 Oct 2014 22:04:40 +0000 (22:04 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 22 Oct 2014 22:04:40 +0000 (22:04 +0000)
commit83f231854ae19b2252c0fed11f6adec2e7e55bad
tree4461375e14177af1aa9d8c8bd345f08999bd4a51
parent34eb943fb2c2c1234697ce43701f50b4a7116ec6
Add a 'type info' command, which can be fed one or more local variables - and it will spew out the list of formatters that apply to each of those variables, if any

llvm-svn: 220435
lldb/source/Commands/CommandObjectType.cpp