Home
last modified time | relevance | path

Searched refs:GetPID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h33 lldb::pid_t GetPID() { return m_pid; } in GetPID() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp72 launch_info.SetProcessID(spawned.GetPID()); in LaunchProcess()