mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user