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/trunk/source/S
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
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
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 c