LLDB mainline
Instance Methods | List of all members
<LLDBCoreSimulatorSupport> Protocol Reference
Inheritance diagram for <LLDBCoreSimulatorSupport>:
Inheritance graph
[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

◆ bootWithOptions:error:

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

◆ buildVersionString

- (NSString *) buildVersionString

◆ defaultDeviceSetWithError:

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

◆ devices

- (NSArray *) devices

◆ deviceType

- (id) deviceType

◆ identifier

- (NSString *) identifier

◆ modelIdentifier

- (NSString *) modelIdentifier

◆ name

- (NSString *) name

◆ productFamily

- (NSString *) productFamily

◆ productFamilyID

- (int32_t) productFamilyID

◆ runtime

- (id) 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

◆ UDID

- (NSUUID *) UDID

◆ versionString

- (NSString *) versionString

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