[Lldb-commits] [PATCH] Add -exec-arguments command

Ilia K ki.stfu at gmail.com
Wed Feb 11 14:11:57 PST 2015


In http://reviews.llvm.org/D6965#121474, @clayborg wrote:

> 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?


It doesn't work (test MiInterpreterExecTestCase.test_lldbmi_settings_set_target_run_args by yourself).

When I set arguments using "settings set" it were stored as the Debugger's property. And when I call Target::Launch with empty ProcessLaunchInfo, these arguments are ignored.


http://reviews.llvm.org/D6965

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list