Home | History | Annotate | Download | only in Target

Lines Matching refs:launch_info

637 Platform::LaunchProcess (ProcessLaunchInfo &launch_info)
645 launch_info.GetFlags().Set (eLaunchFlagLaunchInTTY);
647 if (launch_info.GetFlags().Test (eLaunchFlagLaunchInShell))
650 const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
652 if (!launch_info.ConvertArgumentsForLaunchingInShell (error,
659 error = Host::LaunchProcess (launch_info);
667 Platform::DebugProcess (ProcessLaunchInfo &launch_info,
675 launch_info.GetFlags ().Set (eLaunchFlagDebug);
679 launch_info.SetLaunchInSeparateProcessGroup(true);
681 error = LaunchProcess (launch_info);
684 if (launch_info.GetProcessID() != LLDB_INVALID_PROCESS_ID)
686 ProcessAttachInfo attach_info (launch_info);
700 int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor();