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 <[email protected]> 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/ > > _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
