llvm-project/lldb/source/Plugins/Language/ObjC
Enrico Granata ab2b0cb992 On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char.
This can cause differences in which bit patterns end up meaning YES or NO. In general, however, 0 == NO and 1 == YES.

To keep it simple, LLDB will now show "YES" and "NO" only for 1 and 0 respectively, and format other values as the plain numeric value instead.

Fixes rdar://24809994

llvm-svn: 263604
2016-03-15 23:38:04 +00:00
..
CF.cpp Change Target::EvaluateExpression to take an ExecutionContextScope * rather than a 2015-10-28 22:23:17 +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 On some platforms, the compiler is allowed to assume that BOOL == bool. On others, BOOL == signed char. 2016-03-15 23:38:04 +00:00
Cocoa.h Add data formatters for NSError and NSException 2015-11-06 02:43:32 +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 Fix a typo in my previous commit. This would cause mutable NSArrays to show up empty 2016-02-29 21:41:19 +00:00
NSDictionary.cpp Fix warning in NSDictionary.cpp 2016-03-01 11:40:47 +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 Make it so that the data formatter for NSError can see through a variable of type NSError**. Fixes rdar://25060684 2016-03-15 23:20:10 +00:00
NSException.cpp Fix some Clang-tidy warnings and formatting in recently added code. 2015-11-07 00:28:50 +00:00
NSIndexPath.cpp Rationalization of includes in the data formatters code 2015-10-20 04:50:09 +00:00
NSSet.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +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 Make it so that the data formatter for NSError can see through a variable of type NSError**. Fixes rdar://25060684 2016-03-15 23:20:10 +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