LLDB mainline
<LLDBCoreSimulatorSupport> Protocol Reference
Inheritance diagram for <LLDBCoreSimulatorSupport>:
[legend]

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:

Detailed Description

Definition at line 36 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.

Method Documentation

◆ available

- (BOOL) available

References available.

Referenced by available.

◆ bootWithOptions:error:

- (BOOL) bootWithOptions: (NSDictionary *) options
error: (NSError **) error 

◆ buildVersionString

- (NSString *) buildVersionString

References buildVersionString.

Referenced by buildVersionString.

◆ defaultDeviceSetWithError:

- (id) defaultDeviceSetWithError: (NSError **) error

◆ devices

- (NSArray *) devices

References devices.

Referenced by devices.

◆ deviceType

- (id) deviceType

References deviceType.

Referenced by deviceType.

◆ identifier

- (NSString *) identifier

References identifier.

Referenced by identifier.

◆ modelIdentifier

- (NSString *) modelIdentifier

References modelIdentifier.

Referenced by modelIdentifier.

◆ name

- (NSString *) name

References name.

Referenced by name.

◆ productFamily

- (NSString *) productFamily

References productFamily.

Referenced by productFamily.

◆ productFamilyID

- (int32_t) productFamilyID

References productFamilyID.

Referenced by productFamilyID.

◆ runtime

- (id) runtime

References runtime.

Referenced by runtime.

◆ shutdownWithError:

- (BOOL) shutdownWithError: (NSError **) error

◆ spawnWithPath:options:terminationQueue:terminationHandler:pid: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 

◆ state

- (NSUInteger) state

References state.

Referenced by state.

◆ UDID

- (NSUUID *) UDID

References UDID.

Referenced by UDID.

◆ versionString

- (NSString *) versionString

References versionString.

Referenced by versionString.


The documentation for this protocol was generated from the following file: