LLDB mainline
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.

References m_error, and m_pid.

◆ Process() [2/3]

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

◆ Process() [3/3]

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

Definition at line 66 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.

References error(), m_error, and m_pid.

Member Function Documentation

◆ GetError()

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

◆ 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.

◆ Device

friend class Device
friend

Definition at line 49 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

References Device.

Referenced by Device.

Member Data Documentation

◆ m_error

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

Definition at line 47 of file PlatformiOSSimulatorCoreSimulatorSupport.h.

Referenced by GetError(), Process(), Process(), and Process().

◆ m_pid

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

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