llvm-project/lldb/examples/summaries/cocoa
Enrico Granata a7daeebbff Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable
llvm-svn: 153712
2012-03-30 00:51:12 +00:00
..
CFArray.py The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console 2012-03-13 21:52:00 +00:00
CFBag.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
CFBinaryHeap.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
CFBitVector.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
CFDictionary.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
CFString.py Fixing an issue where Unicode characters in an NSString were printed as escape sequences by the summary provider shipping with LLDB - Added relevant test case code. Bonus points for identifying the source of the quotes :-) 2012-03-29 01:34:34 +00:00
Class.py Adding missing file 2012-03-28 02:16:50 +00:00
Logger.py Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues. 2012-03-29 19:29:45 +00:00
NSBundle.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSData.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSDate.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSException.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSIndexSet.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSMachPort.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSNotification.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSNumber.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSSet.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
NSURL.py Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable 2012-03-30 00:51:12 +00:00
Selector.py The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console 2012-03-13 21:52:00 +00:00
attrib_fromdict.py The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console 2012-03-13 21:52:00 +00:00
cache.py The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console 2012-03-13 21:52:00 +00:00
metrics.py The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console 2012-03-13 21:52:00 +00:00
objc_lldb.py Several performance-oriented changes to the introspecting data formatters: 2012-03-05 19:56:33 +00:00
objc_runtime.py adding a summary for Objective-C type 'Class' 2012-03-27 21:49:20 +00:00