History log of /external/lldb/source/DataFormatters/NSSet.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
473e233c4a7b17b0eeddb9d85d54b265d50440d4 16-Jul-2013 Enrico Granata <egranata@apple.com> Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@186362 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
5c2cd1f89c48df277a07f73822187317ac4cbae0 27-Apr-2013 Enrico Granata <egranata@apple.com> <rdar://problem/12529989>

Synthetic children provider for NSOrderedSet

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180655 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
b70c6ef20cd49bd7b33736e7534db717ae75e96f 15-Mar-2013 Enrico Granata <egranata@apple.com> Moving CFBag and NSBundle summaries from Python to C++

Temporarily disabled non-code-running summaries for CF*Dictionary and NSCountedSet

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@177171 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
fe21d4f351f560921e615a6677afe1c057aa7f28 22-Feb-2013 Matt Kopec <Matt.Kopec@intel.com> Fix clang warnings related to python macro redefinition and printf format specifiers.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175829 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
32d7ee3d2969211e104a27fcfcd636f249b26559 21-Feb-2013 Enrico Granata <egranata@apple.com> <rdar://problem/4529976>

Adding data formatters for iterators for std::map and std::vector (both libc++ and libstdcpp)
This does not include reverse iterators since they are both trickier (due to requirements the standard imposes on them) and much less useful



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175787 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
fa3a6706b42bddfece6f5ba96d82042c6494a912 19-Feb-2013 Enrico Granata <egranata@apple.com> <rdar://problem/12529957>

Synthetic children provider for NSSet



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175468 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp
ea68753ef4b8cca81cf3f5aef7bbf1ebb152a832 16-Feb-2013 Enrico Granata <egranata@apple.com> NSSet formatter is now C++ code
Split some NS* formatters in their own source files
Refactored a utility function for the C++ formatters to use
Fixed the skip-summary test case to be explicit about requiring libstdc++ for operation



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175323 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/DataFormatters/NSSet.cpp