Save the arguments for a process launch in the target.run-args so they can

easily be used in the next run.

llvm-svn: 145051
This commit is contained in:
Greg Clayton
2011-11-21 21:51:18 +00:00
parent e372b98d18
commit 162b597c4c

View File

@@ -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);
}