[Lldb-commits] [PATCH] D40557: Variable: Fix usage of uninitialised value

2017-12-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL320021: Variable: Fix usage of uninitialised value (authored by labath). Repository: rL LLVM https://reviews.llvm.org/D40557 Files: lldb/trunk/source/Symbol/Variable.cpp Index:

[Lldb-commits] [PATCH] D40557: Variable: Fix usage of uninitialised value

2017-12-06 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. Sorry for the delay. That bug has been present since this function was added, so it doesn't look like there was a use for these parameters that got lost as the code evolved. So this seems

[Lldb-commits] [PATCH] D40557: Variable: Fix usage of uninitialised value

2017-12-06 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Jim, could you have a quick look at this? thanks. https://reviews.llvm.org/D40557 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D40557: Variable: Fix usage of uninitialised value

2017-11-28 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a subscriber: mehdi_amini. Variable::GetValuesForVariableExpressionPath was passing an uninitialised value for the final_task_on_target argument. On my compiler/optimization level combo, the final_task_on_target happened to contain "dereference" in some