> On Feb 18, 2016, at 4:16 PM, Ted Woodward via lldb-dev
> wrote:
>
> Quoted strings in target.run-args aren’t handled correctly.
>
> (lldb) settings set target.run-args "foo bar"
> (lldb) settings show target.run-args
> target.run-args (array of strings) =
> [0]: "foo bar"
>
> This looks
Hi Ted,
I did some improvements in this area a year ago, which (I hope) made
things better, but they are still not perfect (hint: try running:
settings set target.run-args '"') [that's
]. I tried to finish the
job, but it ended up being too complicated, for the reasons you
mention above...
I thin
Quoted strings in target.run-args aren't handled correctly.
(lldb) settings set target.run-args "foo bar"
(lldb) settings show target.run-args
target.run-args (array of strings) =
[0]: "foo bar"
This looks correct, but the Args in the ProcessLaunchInfo passed to the
Platform doesn't ha