summaryrefslogtreecommitdiffstats
path: root/lldb/examples/summaries/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Python 2/3 compat: str vs basestringSerge Guelton2019-03-258-0/+40
* Python 2/3 compat: unichr vs chrSerge Guelton2019-03-251-0/+4
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-212-3/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-66/+66
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0623-3316/+3858
* Py3'ify some of the examples that get run at startup.Zachary Turner2015-10-191-1/+1
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
* This checkin removes the last Cocoa formatters that were implemented in Pytho...Enrico Granata2013-03-191-1/+2
* NS(Mutable)IndexSet formatter moves from Python to C++Enrico Granata2013-03-161-1/+2
* Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...Enrico Granata2013-03-165-5/+10
* Quick fix for the libc++ std::map synthetic children providerEnrico Granata2013-02-091-2/+2
* <rdar://problem/12552374> & <rdar://problem/13100674>Enrico Granata2013-01-301-12/+0
* Replacing reference to radar number with svn revisionEnrico Granata2013-01-161-1/+1
* Greg created a new API on SBProcess to get an ID that is guaranteed to be uni...Enrico Granata2013-01-161-1/+1
* Tweaking a comment in the NSURL formatter for correctness - the code was doin...Enrico Granata2012-12-181-1/+4
* <rdar://problem/12817233>Enrico Granata2012-12-101-2/+2
* Changing the NSDate data formatter to use GetData().uint64[] instead of relyi...Enrico Granata2012-10-241-3/+3
* <rdar://problem/12426557> Fixing the NSIndexSet data formatterEnrico Granata2012-10-051-11/+18
* <rdar://problem/11398693> Making sure we do not attempt to run code on zombie...Enrico Granata2012-09-181-3/+5
* Fix a potential issue where data formatters can get confused over malformed U...Enrico Granata2012-09-181-1/+4
* <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...Enrico Granata2012-09-181-1/+1
* <rdar://problem/12068655> Make sure [NSDate distantPast] is formatted correctlyEnrico Granata2012-09-041-0/+4
* Editing a comment to make sure people know not to blame CFString.py for CFStr...Enrico Granata2012-09-041-2/+2
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-044-4/+8
* Make the objc-runtime work with Python 2.6Filipe Cabecinhas2012-08-011-8/+20
* <rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...Enrico Granata2012-07-131-10/+12
* Fixes for performance to data formatters - Python < 3.0 is much slower when u...Enrico Granata2012-05-211-114/+110
* Optimizations to the Python ObjC formatters - Benchmarking infrastructureEnrico Granata2012-05-182-3/+27
* Fixing a bug where the summary for certain NSStrings was being returned as em...Enrico Granata2012-05-151-4/+9
* Automatically enabling the Cocoa formatter categories for command-line LLDB. ...Enrico Granata2012-04-261-1/+1
* Fixing a typo in the NSArray data formatterEnrico Granata2012-04-251-1/+1
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-2517-34/+34
* Making the Cocoa formatters comply with the new on-disk layout of the Python ...Enrico Granata2012-04-2519-328/+328
* Maked LLDB into a package so we can import things without poluting the global...Greg Clayton2012-04-251-133/+0
* One last syntax error fixEnrico Granata2012-04-021-1/+1
* Fixing syntax typos in Python formattersEnrico Granata2012-04-023-6/+6
* Removing some instances of str(SBValue)Enrico Granata2012-04-023-6/+6
* Logging for data formatters.Enrico Granata2012-04-0217-3/+352
* Fixing a whole class of crashers and potential crashers related to data forma...Enrico Granata2012-03-3014-14/+14
* Part 1 of a series of fixes meant to improve reliability and increase ease of...Enrico Granata2012-03-292-0/+149
* Fixing an issue where Unicode characters in an NSString were printed as escap...Enrico Granata2012-03-291-8/+16
* Adding missing fileEnrico Granata2012-03-281-0/+19
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+6
* The Cocoa formatters now provide error messages for many of the common things...Enrico Granata2012-03-1321-448/+543
* Changed several of the Cocoa formatters to match the output style that Xcode ...Enrico Granata2012-03-139-15/+48
* Fixing a problem with the NSSet summary provider; plus, providing a further o...Enrico Granata2012-03-092-2/+6
* the formatter for NSNotification was not being initialized correctlyEnrico Granata2012-03-091-3/+4
* Fixing some of the new Python formatters to report '1 object' instead of '1 o...Enrico Granata2012-03-077-20/+34
* Several performance-oriented changes to the introspecting data formatters:Enrico Granata2012-03-0519-750/+594
OpenPOWER on IntegriCloud