summaryrefslogtreecommitdiffstats
path: root/lldb/examples/summaries/cocoa/objc_runtime.py
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-720/+840
* <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
* <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
* Make the objc-runtime work with Python 2.6Filipe Cabecinhas2012-08-011-8/+20
* 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-181-3/+6
* Returning data formatters to their previous working condition - Plus fixing a...Enrico Granata2012-04-251-1/+1
* Making the Cocoa formatters comply with the new on-disk layout of the Python ...Enrico Granata2012-04-251-51/+51
* Logging for data formatters.Enrico Granata2012-04-021-1/+80
* 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-131-2/+53
* Several performance-oriented changes to the introspecting data formatters:Enrico Granata2012-03-051-85/+181
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-0/+4
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-9/+20
* Fixing a problem with v1 runtime - plus hopefully finalizing the code to chec...Enrico Granata2012-02-291-12/+13
* This commit:Enrico Granata2012-02-291-105/+92
* Fixing an if condition which was causing issues in detecting the correct runt...Enrico Granata2012-02-241-1/+1
* fixing a syntax error with objc_runtime.pyEnrico Granata2012-02-231-3/+45
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-0/+500
OpenPOWER on IntegriCloud