Re: [lldb-dev] problem with quoted strings in setting target.run-args

2016-02-22 Thread Greg Clayton via lldb-dev
> 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

Re: [lldb-dev] problem with quoted strings in setting target.run-args

2016-02-19 Thread Pavel Labath via lldb-dev
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

[lldb-dev] problem with quoted strings in setting target.run-args

2016-02-18 Thread Ted Woodward via lldb-dev
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