idb/FBControlCore/Utility
Lawrence Lomax 6477f0de87 Use Unisgned Integer (unsigned long long) for enumerations
Summary: `FBSimulatorState` puports to mirror the values of `CoreSimulator` but this isn't completely true as there is a difference in signedness. The dissasembly for CoreSimulator shows the `Invalid` state as being anything greater than `0x4` rather than `-1`. This means that Index Sets can be used as a more efficient way of storing collections of enumerated types, since the states can't be stored in a bitmask.

Reviewed By: marekcirkos

Differential Revision: D3184146

fb-gh-sync-id: 1ffe744611da91cb224b5c9b4cec6d8b9acfd408
fbshipit-source-id: 1ffe744611da91cb224b5c9b4cec6d8b9acfd408
2016-04-18 02:50:23 -07:00
..
FBBinaryParser.h
FBBinaryParser.m
FBCapacityQueue.h
FBCapacityQueue.m
FBCollectionInformation.h Improve Human Readable Representations 2016-04-05 02:55:28 -07:00
FBCollectionInformation.m Add FBBatchLogSearchResult Model 2016-03-11 04:00:39 -08:00
FBCollectionOperations.h Use Unisgned Integer (unsigned long long) for enumerations 2016-04-18 02:50:23 -07:00
FBCollectionOperations.m Use Unisgned Integer (unsigned long long) for enumerations 2016-04-18 02:50:23 -07:00
FBConcurrentCollectionOperations.h Upload Arbitrary Files to Simulator 2016-03-24 02:50:36 -07:00
FBConcurrentCollectionOperations.m Upload Arbitrary Files to Simulator 2016-03-24 02:50:36 -07:00
FBControlCoreError.h Rename FBProcessQuery to FBProcessFetcher 2016-04-14 08:15:34 -07:00
FBControlCoreError.m Rename FBProcessQuery to FBProcessFetcher 2016-04-14 08:15:34 -07:00
FBControlCoreGlobalConfiguration.h
FBControlCoreGlobalConfiguration.m
FBControlCoreLogger.h
FBControlCoreLogger.m
FBFileFinder.h Add Diagnostic Fetching by App ID & Filename 2016-03-14 10:20:25 -07:00
FBFileFinder.m Add Diagnostic Fetching by App ID & Filename 2016-03-14 10:20:25 -07:00
FBWeakFramework+ApplePrivateFrameworks.h Removed definition of unused DVTiPhoneSimulatorRemoteClient framework 2016-04-06 07:45:59 -07:00
FBWeakFramework+ApplePrivateFrameworks.m Replaced loading Xcode3Core.ideplugin with DevTools*.frameworks 2016-04-06 07:45:59 -07:00
FBWeakFramework.h Handling missing framework image error, when loading FBWeakFramework 2016-04-05 07:20:21 -07:00
FBWeakFramework.m Handling missing framework image error, when loading FBWeakFramework 2016-04-05 07:20:21 -07:00
FBWeakFrameworkLoader.h Resolved private framework and plugins linking 2016-04-01 02:35:23 -07:00
FBWeakFrameworkLoader.m Replaced loading Xcode3Core.ideplugin with DevTools*.frameworks 2016-04-06 07:45:59 -07:00
NSPredicate+FBControlCore.h Upload Arbitrary Files to Simulator 2016-03-24 02:50:36 -07:00
NSPredicate+FBControlCore.m Upload Arbitrary Files to Simulator 2016-03-24 02:50:36 -07:00
NSRunLoop+FBControlCore.h
NSRunLoop+FBControlCore.m