Fix the NSPathStore2 data formatter to actually handle the explicit length stored...
authorEnrico Granata <egranata@apple.com>
Wed, 29 Oct 2014 23:08:02 +0000 (23:08 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 29 Oct 2014 23:08:02 +0000 (23:08 +0000)
commit76b08d584bd8a72d2420cac7f3e306abaa2cb36c
tree51cd47d1eaf6fac13b09bc0a1611ba75943108b1
parent27b6d47f36f8cd95a77bd3db9842ec2861c72c04
Fix the NSPathStore2 data formatter to actually handle the explicit length stored inside the object. The meat of this commit, however, is a nice little API for easily adding new __lldb_autogen_ helper types to an AST context

llvm-svn: 220881
lldb/include/lldb/Symbol/ClangASTContext.h
lldb/source/DataFormatters/CXXFormatterFunctions.cpp
lldb/source/Symbol/ClangASTContext.cpp