llvm-project/lldb/source/DataFormatters
Enrico Granata 3b1b2dabda <rdar://problem/12953018>
Synthetic children and summary for std::vector<bool> (for both libcxx and libstdcpp).
std::vector<bool> is a special case and is custom-implemented to be a vector of bits, which means we failed to handle it with the standard std::vector<T> formatter.
This checkin provides custom formatters that work correctly

llvm-svn: 174333
2013-02-04 22:54:42 +00:00
..
CXXFormatterFunctions.cpp <rdar://problem/12953018> 2013-02-04 22:54:42 +00:00
DataVisualization.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
FormatCache.cpp Fix build problems with libstdc++ 4.6/4.7 2013-01-30 01:01:11 +00:00
FormatClasses.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
FormatManager.cpp <rdar://problem/12953018> 2013-02-04 22:54:42 +00:00
Makefile Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). 2013-01-30 00:28:58 +00:00
TypeCategory.cpp Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code. 2013-01-31 18:24:22 +00:00
TypeCategoryMap.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
TypeFormat.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
TypeSummary.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
TypeSynthetic.cpp <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00