History log of /external/lldb/examples/summaries/cocoa/metrics.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bf058b8054a1152bb227d37d6fe7c6b21a14dd3 18-May-2012 Enrico Granata <egranata@apple.com> Optimizations to the Python ObjC formatters - Benchmarking infrastructure

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157066 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/summaries/cocoa/metrics.py
579a296e7566b7b6d24b51e383bca1fe1e62086f 13-Mar-2012 Enrico Granata <egranata@apple.com> The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152673 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/summaries/cocoa/metrics.py
a58d9e75d6c3a2d02be931f1d549e68c91d10da6 09-Mar-2012 Enrico Granata <egranata@apple.com> Fixing a problem with the NSSet summary provider; plus, providing a further optimization to the whole Cocoa formatters infrastructure

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152423 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/summaries/cocoa/metrics.py
b370df27c76fd875f3312be487868528121a4838 24-Feb-2012 Enrico Granata <egranata@apple.com> This patch provides a set of formatters for most of the commonly used Cocoa classes.
The formatter for NSString is an improved version of the one previously shipped as an example, the others are new in design and implementation.
A more robust and OO-compliant Objective-C runtime wrapper is provided for runtime versions 1 and 2 on 32 and 64 bit.
The formatters are contained in a category named "AppKit", which is not enabled at startup.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151300 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/examples/summaries/cocoa/metrics.py