[Lldb-commits] [PATCH] Add -exec-arguments command
Greg Clayton
clayborg at gmail.com
Tue Feb 10 11:18:52 PST 2015
You could verify that you can set the args with "settings set" and then run with your empty SBLaunchInfo and verify that you got the right args?
> On Feb 10, 2015, at 10:30 AM, Ilia K <ki.stfu at gmail.com> wrote:
>
> In http://reviews.llvm.org/D6965#121436, @clayborg wrote:
>
>> What were you trying to test with this test?
>
>
> This test checks that we can specify arguments using CLI "settings set target.run-args" command in lldb-mi.
>
>> You should be able to get/set the run args in the SBLaunchInfo now before you run. Is this what you should be testing now?
>
>
> No. I can't get arguments which were set by "settings set target.run-args" command because lldb API doesn't provide this ability.
>
>
> http://reviews.llvm.org/D6965
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
More information about the lldb-commits
mailing list