Home | History | Annotate | Download | only in Commands

Lines Matching refs:launch_info

214             m_options.launch_info.GetArguments().AppendArgument (target_settings_argv0);
215 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), false);
219 m_options.launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
226 m_options.launch_info.GetArguments().AppendArguments (target_setting_args);
230 m_options.launch_info.GetArguments().AppendArguments (launch_args);
237 m_options.launch_info.GetFlags().Set (eLaunchFlagDisableASLR);
240 m_options.launch_info.GetFlags().Set (eLaunchFlagDisableSTDIO);
242 m_options.launch_info.GetFlags().Set (eLaunchFlagDebug);
247 m_options.launch_info.GetEnvironmentEntries ().AppendArguments (environment);
257 m_options.launch_info.FinalizeFileActions (target, default_to_use_pty);
261 if (m_options.launch_info.GetFlags().Test (eLaunchFlagLaunchInTTY))
264 m_options.launch_info.GetFlags().Clear (eLaunchFlagLaunchInTTY);
268 if (!m_options.launch_info.GetArchitecture().IsValid())
269 m_options.launch_info.GetArchitecture() = target->GetArchitecture();
275 process = target->GetPlatform()->DebugProcess (m_options.launch_info,
283 const char *plugin_name = m_options.launch_info.GetProcessPluginName();
286 error = process->Launch (m_options.launch_info);
302 if (m_options.launch_info.GetFlags().Test(eLaunchFlagStopAtEntry) == false)