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