Home | History | Annotate | Download | only in Commands

Lines Matching refs:launch_info

412                 m_options.launch_info.GetExecutableFile () = exe_module->GetFileSpec();
414 if (m_options.launch_info.GetExecutableFile ().GetPath (exe_path, sizeof(exe_path)))
415 m_options.launch_info.GetArguments().AppendArgument (exe_path);
416 m_options.launch_info.GetArchitecture() = exe_module->GetArchitecture();
421 if (m_options.launch_info.GetExecutableFile ())
425 m_options.launch_info.GetArguments().AppendArguments (args);
432 m_options.launch_info.SetArguments (args, first_arg_is_executable);
436 if (m_options.launch_info.GetExecutableFile ())
441 target->GetRunArguments(m_options.launch_info.GetArguments());
443 ProcessSP process_sp (platform_sp->DebugProcess (m_options.launch_info,