Data formatters cleanup:
- Making an error message more consistent - Ensuring the element size is not zero before using it in a modulus - Properly using target settings to cap the std::list element count - Removing spurious element size calculations that were unused - Removing spurious capping in std::map llvm-svn: 178057
Showing
- lldb/include/lldb/DataFormatters/CXXFormatterFunctions.h 1 addition, 4 deletionslldb/include/lldb/DataFormatters/CXXFormatterFunctions.h
- lldb/source/DataFormatters/Cocoa.cpp 1 addition, 1 deletionlldb/source/DataFormatters/Cocoa.cpp
- lldb/source/DataFormatters/LibCxxList.cpp 7 additions, 3 deletionslldb/source/DataFormatters/LibCxxList.cpp
- lldb/source/DataFormatters/LibCxxMap.cpp 0 additions, 2 deletionslldb/source/DataFormatters/LibCxxMap.cpp
Loading
Please register or sign in to comment