Add commands
authorEnrico Granata <egranata@apple.com>
Fri, 5 Dec 2014 20:59:08 +0000 (20:59 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 5 Dec 2014 20:59:08 +0000 (20:59 +0000)
commit2f02fe0bd3db6a9e3c73cc6c0cc4ad3bc500dbfc
tree383c0fc543e2d408c72f668eece4e5edbec70862
parentf547861ba079f46462750be59e866587e1d7feb3
Add commands
type format info
type summary info
type synthetic info

These commands all take an expression, evaluate it, and show which of the respective formatter (if any) applies to the result of the expression

Fixes rdar://12059317

llvm-svn: 223511
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Interpreter/CommandObject.cpp