LLDB mainline
|
#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 |
Definition at line 31 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
|
private |
Definition at line 61 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
|
private |
Definition at line 63 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
References error(), LLDB_INVALID_PROCESS_ID, m_error, and m_pid.
|
private |
Definition at line 66 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
|
inline |
Definition at line 37 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
References m_error.
Referenced by lldb_private::PlatformAppleSimulator::LaunchProcess().
|
inline |
Definition at line 33 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
References m_pid.
|
inlineexplicit |
Definition at line 35 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
References LLDB_INVALID_PROCESS_ID, and m_pid.
|
friend |
Definition at line 49 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
References Device.
Referenced by Device.
|
private |
Definition at line 47 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
Referenced by GetError(), Process(), Process(), and Process().
|
private |
Definition at line 46 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
Referenced by GetPID(), operator bool(), Process(), Process(), and Process().