LLDB mainline
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
CoreSimulatorSupport::Process Class Reference

#include <PlatformiOSSimulatorCoreSimulatorSupport.h>

Public Member Functions

lldb::pid_t GetPID ()
 
 operator bool ()
 
lldb_private::Status GetError ()
 

Private Member Functions

 Process (lldb::pid_t p)
 
 Process (lldb_private::Status error)
 
 Process (lldb::pid_t p, lldb_private::Status error)
 

Private Attributes

lldb::pid_t m_pid
 
lldb_private::Status m_error
 

Friends

class Device
 

Detailed Description

Definition at line 31 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

Constructor & Destructor Documentation

◆ Process() [1/3]

CoreSimulatorSupport::Process::Process ( lldb::pid_t  p)
private

Definition at line 61 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.

◆ Process() [2/3]

CoreSimulatorSupport::Process::Process ( lldb_private::Status  error)
private

Definition at line 63 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.

◆ Process() [3/3]

CoreSimulatorSupport::Process::Process ( lldb::pid_t  p,
lldb_private::Status  error 
)
private

Definition at line 66 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.

Member Function Documentation

◆ GetError()

lldb_private::Status CoreSimulatorSupport::Process::GetError ( )
inline

Definition at line 37 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

References m_error.

◆ GetPID()

lldb::pid_t CoreSimulatorSupport::Process::GetPID ( )
inline

Definition at line 33 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

References m_pid.

◆ operator bool()

CoreSimulatorSupport::Process::operator bool ( )
inlineexplicit

Definition at line 35 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

References LLDB_INVALID_PROCESS_ID, and m_pid.

Friends And Related Function Documentation

◆ Device

friend class Device
friend

Definition at line 49 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

Member Data Documentation

◆ m_error

lldb_private::Status CoreSimulatorSupport::Process::m_error
private

Definition at line 47 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

Referenced by GetError().

◆ m_pid

lldb::pid_t CoreSimulatorSupport::Process::m_pid
private

Definition at line 46 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

Referenced by GetPID(), and operator bool().


The documentation for this class was generated from the following files: