llvm-project/lldb/source/Plugins/Language/ObjC
Enrico Granata 2094e44f9b Add a non-code-running data formatter for __NSCFBoolean
llvm-svn: 279446
2016-08-22 18:07:52 +00:00
..
CF.cpp Remove what I believe are the last known instances of formatters that run code 2016-04-08 22:49:31 +00:00
CF.h Move Objective-C data formatters to the Objective-C language plugin where they belong 2015-09-14 22:18:32 +00:00
CMakeLists.txt Add data formatters for NSError and NSException 2015-11-06 02:43:32 +00:00
Cocoa.cpp Add a non-code-running data formatter for __NSCFBoolean 2016-08-22 18:07:52 +00:00
Cocoa.h Add a non-code-running data formatter for __NSCFBoolean 2016-08-22 18:07:52 +00:00
CoreMedia.cpp Made GetScratchTypeSystemForLanguage return an error if desired. 2015-10-02 18:40:30 +00:00
CoreMedia.h Move Objective-C data formatters to the Objective-C language plugin where they belong 2015-09-14 22:18:32 +00:00
NSArray.cpp Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area: 2016-07-06 21:24:28 +00:00
NSDictionary.cpp Fix an issue where LLDB would show the key and value of a single entry NSDictionary in the wrong order 2016-06-24 17:48:01 +00:00
NSDictionary.h Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to other types beyond the well-known ones 2015-10-02 20:59:58 +00:00
NSError.cpp Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area: 2016-07-06 21:24:28 +00:00
NSException.cpp Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthetic children caching is a tricky area: 2016-07-06 21:24:28 +00:00
NSIndexPath.cpp Tweaks to the NSIndexPath formatter to enhance stability 2016-07-12 18:33:52 +00:00
NSSet.cpp Remove more of the code-running ObjC data formatter support 2016-04-01 20:33:22 +00:00
NSSet.h Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to other types beyond the well-known ones 2015-10-02 20:59:58 +00:00
NSString.cpp This is the work I was building up to with my patches yesterday 2015-10-07 18:36:53 +00:00
NSString.h This is the work I was building up to with my patches yesterday 2015-10-07 18:36:53 +00:00
ObjCLanguage.cpp Add NSTaggedPointerString to the table of data formatters 2016-06-29 21:00:18 +00:00
ObjCLanguage.h Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00