[Lldb-commits] [lldb] r151300 - in /lldb/trunk/examples/summaries/cocoa: ./ CFArray.py CFBag.py CFBinaryHeap.py CFDictionary.py CFString.py NSBundle.py NSData.py NSException.py NSMachPort.py NSNotification.py NSNumber.py NSSet.py NSURL.py cache.py metrics.py objc_lldb.py objc_runtime.py

Eric Christopher echristo at apple.com
Thu Feb 23 15:35:20 PST 2012


On Feb 23, 2012, at 3:10 PM, Enrico Granata <egranata at apple.com> wrote:

> 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.
> 

Weird commit messages. Want to follow up to this and r151301 with what you actually meant? :)

-eric



More information about the lldb-commits mailing list