[Lldb-commits] [lldb] r151301 - /lldb/trunk/test/functionalities/data-formatter/data-formatter-objc/CFString.py

Enrico Granata egranata at apple.com
Thu Feb 23 15:11:20 PST 2012


Author: enrico
Date: Thu Feb 23 17:11:19 2012
New Revision: 151301

URL: http://llvm.org/viewvc/llvm-project?rev=151301&view=rev
Log:
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.

Removed:
    lldb/trunk/test/functionalities/data-formatter/data-formatter-objc/CFString.py

Removed: lldb/trunk/test/functionalities/data-formatter/data-formatter-objc/CFString.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-objc/CFString.py?rev=151300&view=auto
==============================================================================
    (empty)





More information about the lldb-commits mailing list