sivachandra added inline comments. ================ Comment at: source/Expression/ExpressionSourceCode.cpp:188 @@ +187,3 @@ + ConstString var_name = var_sp->GetName(); + if (var_name == ConstString("this") || var_name == ConstString(".block_descriptor")) + continue; ---------------- This line is the only one difference between the previous version and this. An additional check for a var with name ".block_descriptor" has been added.
http://reviews.llvm.org/D16900 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits