Home | History | Annotate | Download | only in API

Lines Matching defs:launch_info

691             ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
695 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
697 launch_info.GetArguments().AppendArguments (argv);
699 launch_info.GetEnvironmentEntries ().SetArguments (envp);
701 error.SetError (process_sp->Launch (launch_info));
755 log->Printf ("SBTarget(%p)::Launch (launch_info, error)...", target_sp.get());
783 lldb_private::ProcessLaunchInfo &launch_info = sb_launch_info.ref();
787 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
791 launch_info.GetArchitecture () = arch_spec;
793 error.SetError (process_sp->Launch (launch_info));
797 if (launch_info.GetFlags().Test(eLaunchFlagStopAtEntry))