llvm-project/lldb/source/DataFormatters
Enrico Granata 14b74fd153 <rdar://problem/11669154>
Make a summary format for libc++ STL containers that shows the number of items as before, but also shows the pointer value for pointer-to-container

llvm-svn: 181236
2013-05-06 18:55:52 +00:00
..
CF.cpp The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python 2013-03-19 22:58:48 +00:00
CMakeLists.txt Update source/DataFormatters/CMakeLists.txt to reflect actual source files. 2013-03-20 10:30:02 +00:00
CXXFormatterFunctions.cpp Make a synthetic children provider for the ObjC Class type 2013-04-26 00:59:02 +00:00
Cocoa.cpp Changes to the ObjC runtime 2013-04-24 17:49:08 +00:00
DataVisualization.cpp
FormatCache.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
FormatClasses.cpp
FormatManager.cpp <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
LibCxx.cpp <rdar://problem/11669154> 2013-05-06 18:55:52 +00:00
LibCxxList.cpp Much better way to get at the size of an std::list 2013-04-22 23:36:35 +00:00
LibCxxMap.cpp Harden against potential empty nodes in the map 2013-05-03 19:07:20 +00:00
LibStdcpp.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
Makefile Only enable RTTI for cxa_demangle.cpp 2013-02-15 02:36:40 +00:00
NSArray.cpp <rdar://problem/13437949> 2013-04-23 01:13:50 +00:00
NSDictionary.cpp <rdar://problem/13437949> 2013-04-23 01:13:50 +00:00
NSSet.cpp <rdar://problem/12529989> 2013-04-27 00:27:20 +00:00
TypeCategory.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
TypeCategoryMap.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
TypeFormat.cpp Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
TypeSummary.cpp If we crash while making a Python summary, the crash info will tell us more about it 2013-02-22 20:01:15 +00:00
TypeSynthetic.cpp The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python 2013-03-19 22:58:48 +00:00