LLDB mainline
|
Instance Methods | |
(id) | - defaultDeviceSetWithError: |
(NSArray *) | - devices |
(id) | - deviceType |
(NSString *) | - name |
(NSString *) | - identifier |
(NSString *) | - modelIdentifier |
(NSString *) | - productFamily |
(int32_t) | - productFamilyID |
(id) | - runtime |
(BOOL) | - available |
(NSString *) | - versionString |
(NSString *) | - buildVersionString |
(BOOL) | - bootWithOptions:error: |
(NSUInteger) | - state |
(BOOL) | - shutdownWithError: |
(NSUUID *) | - UDID |
(BOOL) | - spawnWithPath:options:terminationQueue:terminationHandler:pid:error: |
Definition at line 36 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
- (BOOL) bootWithOptions: | (NSDictionary *) | options | |
error: | (NSError **) | error |
- (NSString *) buildVersionString |
References buildVersionString.
Referenced by buildVersionString.
- (id) defaultDeviceSetWithError: | (NSError **) | error |
- (id) deviceType |
References deviceType.
Referenced by deviceType.
- (NSString *) identifier |
References identifier.
Referenced by identifier.
- (NSString *) modelIdentifier |
References modelIdentifier.
Referenced by modelIdentifier.
- (NSString *) productFamily |
References productFamily.
Referenced by productFamily.
- (int32_t) productFamilyID |
References productFamilyID.
Referenced by productFamilyID.
- (BOOL) shutdownWithError: | (NSError **) | error |
- (BOOL) spawnWithPath: | (NSString *) | path | |
options: | (nullable NSDictionary< NSString *, id > *) | options | |
terminationQueue: | (nullable dispatch_queue_t) | terminationQueue | |
terminationHandler: | (nullable void(^)(int status)) | terminationHandler | |
pid: | (pid_t *_Nullable) | pid | |
error: | (NSError *__autoreleasing _Nullable *_Nullable) | error |
- (NSString *) versionString |
References versionString.
Referenced by versionString.