summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/LibCxxMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Harden against potential empty nodes in the mapEnrico Granata2013-05-031-0/+2
| | | | llvm-svn: 181045
* <rdar://problem/13749871>Enrico Granata2013-05-031-4/+27
| | | | | | Improvements to the std::map data formatter to recognize when invalid memory is being explored and bail out instead of looping for a potentially very long time llvm-svn: 181044
* Data formatters cleanup:Enrico Granata2013-03-261-2/+0
| | | | | | | | | | - 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
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector ↵Enrico Granata2013-03-191-0/+384
and std::map as provided by libc++ are now written in C++ instead of Python std::deque is still in Python but is much less commonly used llvm-svn: 177454
OpenPOWER on IntegriCloud