llvm-project/lldb/examples/summaries/cocoa
Zachary Turner 2adc80107a Py3'ify some of the examples that get run at startup.
Even though these are under examples/, they actually get loaded
when LLDB starts up during initialization of ScriptInterpreterPython.
There's obviously some kind of layering issue here (and comments
in the code even point to that as well), but for now just make them
py3 compatible.

llvm-svn: 250710
2015-10-19 17:35:02 +00:00
..
CFArray.py Fix typos. 2015-09-22 05:07:56 +00:00
CFBag.py Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification 2013-03-16 00:50:25 +00:00
CFBinaryHeap.py Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification 2013-03-16 00:50:25 +00:00
CFBitVector.py
CFDictionary.py
CFString.py
Class.py
Logger.py Quick fix for the libc++ std::map synthetic children provider 2013-02-09 01:44:23 +00:00
NSBundle.py Fix some typos: 2014-08-11 18:06:28 +00:00
NSData.py
NSDate.py This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters 2013-03-19 00:27:22 +00:00
NSException.py
NSIndexSet.py NS(Mutable)IndexSet formatter moves from Python to C++ 2013-03-16 01:18:00 +00:00
NSMachPort.py Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification 2013-03-16 00:50:25 +00:00
NSNotification.py Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification 2013-03-16 00:50:25 +00:00
NSNumber.py
NSSet.py
NSURL.py
Selector.py
attrib_fromdict.py
cache.py
metrics.py Py3'ify some of the examples that get run at startup. 2015-10-19 17:35:02 +00:00
objc_runtime.py