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

Ilia K ki.stfu at gmail.com
Thu Feb 12 16:30:12 PST 2015


@clayborg, Take a look again please.

All tests passed.
BTW, I have disabled initialization of environment variables. See line #3064.


================
Comment at: source/Target/Target.cpp:3064
@@ +3063,3 @@
+        RunArgsValueChangedCallback(this, NULL);
+        //EnvVarsValueChangedCallback(this, NULL); // FIXME: cause segfault in Target::GetPlatform()
+        InputPathValueChangedCallback(this, NULL);
----------------
here

http://reviews.llvm.org/D6965

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






More information about the lldb-commits mailing list