idb/FBControlCore
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
..
Diagnostics Upload Arbitrary Files to Simulator 2016-03-24 02:50:36 -07:00
Processes Rename FBProcessQuery to FBProcessFetcher 2016-04-14 08:15:34 -07:00
Serialization Remove FBJSONSerializationDescribeable 2016-04-08 03:00:20 -07:00
Tasks Extracted FBControlCore 2016-03-09 10:42:43 -08:00
Utility Use Unisgned Integer (unsigned long long) for enumerations 2016-04-18 02:50:23 -07:00
FBControlCore-Info.plist Extracted FBControlCore 2016-03-09 10:42:43 -08:00
FBControlCore.h Use Unisgned Integer (unsigned long long) for enumerations 2016-04-18 02:50:23 -07:00
FBControlCore.xcconfig Restore true xcode cross-linking 2016-03-24 08:20:22 -07:00