diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp index 4e9d499b3bd1..16f4b9e3c36d 100644 --- a/lldb/source/Commands/CommandObjectProcess.cpp +++ b/lldb/source/Commands/CommandObjectProcess.cpp @@ -220,6 +220,9 @@ public: } else { + // Save the arguments for subsequent runs in the current target. + target->SetRunArguments (launch_args); + m_options.launch_info.GetArguments().AppendArguments (launch_args); }